hashes.ts 236 B

1234567
  1. /**
  2. * A constant for the zero hash.
  3. *
  4. * (**i.e.** ``"0x0000000000000000000000000000000000000000000000000000000000000000"``)
  5. */
  6. export const ZeroHash: string = "0x0000000000000000000000000000000000000000000000000000000000000000";