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
/
bit_math.d.ts
4 lines
(3 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
import
{
Uint256String
,
Uint8String
}
from
'../int'
;
export
declare
function
mostSignificantBit
(
value: Uint256String
):
Uint8String
;
export
declare
function
leastSignificantBit
(
value: Uint256String
):
Uint8String
;