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
/
schema
/
commands
/
treasurify_command.d.ts
17 lines
(16 loc)
•
351 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export declare const treasurifyCommandSchema:
{
$id:
string;
type:
string;
properties:
{
address:
{
dataType:
string;
format:
string;
fieldNumber:
number;
}
;
token:
{
dataType:
string;
format:
string;
fieldNumber:
number;
}
;
}
;
}
;