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

10 lines
378 B
TypeScript
Raw Normal View History

2023-03-04 04:25:07 +03: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";
//# sourceMappingURL=index.d.ts.map