@okxweb3/coin-ethereum
Version:
An Ethereum SDK for building Web3 wallets and applications.
30 lines (29 loc) • 1.18 kB
TypeScript
/// <reference types="bn.js" />
import { BN } from '@okxweb3/coin-base';
export declare const MAX_INTEGER: BN;
export declare const MAX_INTEGER_BI: bigint;
export declare const MAX_UINT64: BN;
export declare const MAX_UINT64_BI: bigint;
export declare const BIGINT_NEG1: bigint;
export declare const BIGINT_0: bigint;
export declare const BIGINT_1: bigint;
export declare const BIGINT_2: bigint;
export declare const BIGINT_3: bigint;
export declare const BIGINT_7: bigint;
export declare const BIGINT_8: bigint;
export declare const BIGINT_27: bigint;
export declare const BIGINT_28: bigint;
export declare const BIGINT_31: bigint;
export declare const BIGINT_32: bigint;
export declare const BIGINT_64: bigint;
export declare const BIGINT_128: bigint;
export declare const BIGINT_255: bigint;
export declare const BIGINT_256: bigint;
export declare const BIGINT_96: bigint;
export declare const BIGINT_100: bigint;
export declare const BIGINT_160: bigint;
export declare const BIGINT_224: bigint;
export declare const BIGINT_2EXP96: bigint;
export declare const BIGINT_2EXP160: bigint;
export declare const BIGINT_2EXP224: bigint;
export declare const BIGINT_2EXP256: bigint;