ethers.js/src.ts/constants/hashes.ts

8 lines
236 B
TypeScript
Raw Permalink Normal View History

2022-09-05 16:14:43 -04:00
/**
* A constant for the zero hash.
2022-12-09 18:21:45 -05:00
*
* (**i.e.** ``"0x0000000000000000000000000000000000000000000000000000000000000000"``)
2022-09-05 16:14:43 -04:00
*/
2022-11-27 21:54:09 -05:00
export const ZeroHash: string = "0x0000000000000000000000000000000000000000000000000000000000000000";
2022-09-05 16:14:43 -04:00