hashes.d.ts 208 B

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