hashes.js 261 B

1234567
  1. /**
  2. * A constant for the zero hash.
  3. *
  4. * (**i.e.** ``"0x0000000000000000000000000000000000000000000000000000000000000000"``)
  5. */
  6. export const ZeroHash = "0x0000000000000000000000000000000000000000000000000000000000000000";
  7. //# sourceMappingURL=hashes.js.map