UNPKG
@swaptoshi/dex-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr decentralized exchange (dex) on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/dex-module
/
dist
/
hooks
/
transfer
/
verifyValidCrossTransfer.d.ts
4 lines
(3 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
import
{
Modules
}
from
'klayr-framework'
;
import
{
DexInteroperableMethod
}
from
'../../cc_method'
;
export
declare
function
verifyValidCrossTransfer
(
this
: DexInteroperableMethod, context: Modules.Interoperability.CrossChainMessageContext
):
Promise
<
void
>;