6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
|
/**
|
||
|
* A constant for the zero hash.
|
||
|
*/
|
||
|
export const ZeroHash = "0x0000000000000000000000000000000000000000000000000000000000000000";
|
||
|
|