ethers.js/src.ts/constants/hashes.ts
2022-11-27 21:54:09 -05:00

6 lines
145 B
TypeScript

/**
* A constant for the zero hash.
*/
export const ZeroHash: string = "0x0000000000000000000000000000000000000000000000000000000000000000";