ethers.js/lib.esm/constants/index.js

10 lines
370 B
JavaScript
Raw Normal View History

2022-11-30 23:44:23 +03:00
/**
* Some common constants useful for Ethereum.
*
* @_section: api/constants: Constants [constants]
*/
2022-09-05 23:57:11 +03:00
export { ZeroAddress } from "./addresses.js";
export { ZeroHash } from "./hashes.js";
2022-11-30 23:44:23 +03:00
export { N, WeiPerEther, MaxUint256, MinInt256, MaxInt256 } from "./numbers.js";
2022-09-05 23:57:11 +03:00
export { EtherSymbol, MessagePrefix } from "./strings.js";
//# sourceMappingURL=index.js.map