ethers.js/src.ts/constants/index.ts
2022-11-27 21:54:09 -05:00

17 lines
358 B
TypeScript

/**
* Some common constants useful for Ethereum.
*
* @_section: api/constants: Constants [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";