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