ethers.js/lib.esm/constants/index.js
2022-11-30 15:44:23 -05:00

10 lines
370 B
JavaScript

/**
* Some common constants useful for Ethereum.
*
* @_section: api/constants: Constants [constants]
*/
export { ZeroAddress } from "./addresses.js";
export { ZeroHash } from "./hashes.js";
export { N, WeiPerEther, MaxUint256, MinInt256, MaxInt256 } from "./numbers.js";
export { EtherSymbol, MessagePrefix } from "./strings.js";
//# sourceMappingURL=index.js.map