ethers.js/lib.commonjs/constants/hashes.d.ts

7 lines
172 B
TypeScript
Raw Permalink Normal View History

2023-03-03 18:25:07 -07:00
/**
* A constant for the zero hash.
*
* (**i.e.** ``"0x0000000000000000000000000000000000000000000000000000000000000000"``)
*/
export declare const ZeroHash: string;