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
/
constants
/
verify.js
7 lines
•
303 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
COLLECTION_ID_LENGTH
=
exports
.
TOKEN_ID_LENGTH
=
exports
.
POOL_ADDRESS_LENGTH
=
void
0
;
exports
.
POOL_ADDRESS_LENGTH
=
20
;
exports
.
TOKEN_ID_LENGTH
=
8
;
exports
.
COLLECTION_ID_LENGTH
=
4
;
//# sourceMappingURL=verify.js.map