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

10 lines
378 B
TypeScript
Raw Normal View History

2022-11-30 23:44:23 +03:00
/**
* Some common constants useful for Ethereum.
*
2023-02-13 06:14:26 +03:00
* @_section: api/constants: Constants [about-constants]
2022-11-30 23:44:23 +03:00
*/
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.d.ts.map