UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

4 lines (3 loc) 212 B
import { Uint256String, Uint8String } from '../int'; export declare function mostSignificantBit(value: Uint256String): Uint8String; export declare function leastSignificantBit(value: Uint256String): Uint8String;