UNPKG

ethers

Version:

A complete and compact Ethereum library, for dapps, wallets and any other tools.

8 lines (6 loc) 236 B
/** * A constant for the zero hash. * * (**i.e.** ``"0x0000000000000000000000000000000000000000000000000000000000000000"``) */ export const ZeroHash: string = "0x0000000000000000000000000000000000000000000000000000000000000000";