5 lines
170 B
JavaScript
5 lines
170 B
JavaScript
|
/**
|
||
|
* A constant for the zero hash.
|
||
|
*/
|
||
|
export const ZeroHash = "0x0000000000000000000000000000000000000000000000000000000000000000";
|
||
|
//# sourceMappingURL=hashes.js.map
|