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
/
stores
/
library
/
core
/
fixed_point_96.js
6 lines
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Q96
=
exports
.
RESOLUTION
=
void
0
;
exports
.
RESOLUTION
=
'96'
;
exports
.
Q96
=
BigInt
(
0x1000000000000000000000000
).
toString
();
//# sourceMappingURL=fixed_point_96.js.map