ethers.js/src.ts/constants/hashes.ts
2022-12-09 18:21:45 -05:00

8 lines
236 B
TypeScript

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