@aptos-labs/ts-sdk
Version:
Aptos TypeScript SDK
20 lines • 977 B
TypeScript
import { Uint8, Uint16, Uint32, Uint64, Uint128, Uint256, Int8, Int16, Int32, Int64, Int128, Int256 } from "../types/index.js";
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;
export declare const MIN_I8_NUMBER: Int8;
export declare const MAX_I8_NUMBER: Int8;
export declare const MIN_I16_NUMBER: Int16;
export declare const MAX_I16_NUMBER: Int16;
export declare const MIN_I32_NUMBER: Int32;
export declare const MAX_I32_NUMBER: Int32;
export declare const MIN_I64_BIG_INT: Int64;
export declare const MAX_I64_BIG_INT: Int64;
export declare const MIN_I128_BIG_INT: Int128;
export declare const MAX_I128_BIG_INT: Int128;
export declare const MIN_I256_BIG_INT: Int256;
export declare const MAX_I256_BIG_INT: Int256;
//# sourceMappingURL=consts.d.ts.map