index.js 376 B

12345678910
  1. /**
  2. * Some common constants useful for Ethereum.
  3. *
  4. * @_section: api/constants: Constants [about-constants]
  5. */
  6. export { ZeroAddress } from "./addresses.js";
  7. export { ZeroHash } from "./hashes.js";
  8. export { N, WeiPerEther, MaxUint256, MinInt256, MaxInt256 } from "./numbers.js";
  9. export { EtherSymbol, MessagePrefix } from "./strings.js";
  10. //# sourceMappingURL=index.js.map