UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

4 lines (3 loc) 256 B
import { Modules } from 'klayr-framework'; import { DexInteroperableMethod } from '../../cc_method'; export declare function verifyValidCrossTransfer(this: DexInteroperableMethod, context: Modules.Interoperability.CrossChainMessageContext): Promise<void>;