@martiandao/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
8 lines • 386 B
TypeScript
import { Uint128, Uint16, Uint32, Uint64, Uint8, Uint256 } from "./types";
export declare const MAX_U8_NUMBER: Uint8;
export declare const MAX_U16_NUMBER: Uint16;
export declare const MAX_U32_NUMBER: Uint32;
export declare const MAX_U64_BIG_INT: Uint64;
export declare const MAX_U128_BIG_INT: Uint128;
export declare const MAX_U256_BIG_INT: Uint256;
//# sourceMappingURL=consts.d.ts.map