2023-03-03 18:25:07 -07:00
|
|
|
/**
|
|
|
|
* Some common constants useful for Ethereum.
|
|
|
|
*
|
|
|
|
* @_section: api/constants: Constants [about-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";
|
2023-04-27 21:19:55 +09:00
|
|
|
//# sourceMappingURL=index.d.ts.map
|