2023-03-04 04:25:07 +03:00
|
|
|
/**
|
|
|
|
* A constant for the zero hash.
|
|
|
|
*
|
|
|
|
* (**i.e.** ``"0x0000000000000000000000000000000000000000000000000000000000000000"``)
|
|
|
|
*/
|
|
|
|
export declare const ZeroHash: string;
|
2023-04-27 15:19:55 +03:00
|
|
|
//# sourceMappingURL=hashes.d.ts.map
|