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
/
swapByTransfer
/
verifySwapByTransfer.d.ts
6 lines
(5 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Modules
,
StateMachine
}
from
'klayr-framework'
;
export
declare
function
verifySwapByTransfer
(
this
: { stores: Modules.NamedRegistry; events: Modules.NamedRegistry; }, context: StateMachine.TransactionVerifyContext
):
Promise
<
void
>;