hashes.js 360 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.ZeroHash = void 0;
  4. /**
  5. * A constant for the zero hash.
  6. *
  7. * (**i.e.** ``"0x0000000000000000000000000000000000000000000000000000000000000000"``)
  8. */
  9. exports.ZeroHash = "0x0000000000000000000000000000000000000000000000000000000000000000";
  10. //# sourceMappingURL=hashes.js.map