@okxweb3/coin-ethereum
Version:
An Ethereum SDK for building Web3 wallets and applications.
8 lines • 440 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MAX_UINT64 = exports.MAX_INTEGER = void 0;
const Buffer = require('buffer').Buffer;
const crypto_lib_1 = require("@okxweb3/crypto-lib");
exports.MAX_INTEGER = new crypto_lib_1.BN('ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff', 16);
exports.MAX_UINT64 = new crypto_lib_1.BN('ffffffffffffffff', 16);
//# sourceMappingURL=constants.js.map