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