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