UNPKG

@okxweb3/coin-ethereum

Version:

An Ethereum SDK for building Web3 wallets and applications.

5 lines (4 loc) 149 B
/// <reference types="bn.js" /> import { BN } from '@okxweb3/crypto-lib'; export declare const MAX_INTEGER: BN; export declare const MAX_UINT64: BN;