Files

8 lines
236 B
TypeScript
Raw Permalink Normal View History

2025-05-19 20:36:21 -05:00
/**
* A constant for the zero hash.
*
* (**i.e.** ``"0x0000000000000000000000000000000000000000000000000000000000000000"``)
*/
export const ZeroHash: string = "0x0000000000000000000000000000000000000000000000000000000000000000";