7 lines
120 B
TypeScript
7 lines
120 B
TypeScript
|
|
||
|
/**
|
||
|
* A constant for the zero address.
|
||
|
*/
|
||
|
export const ZeroAddress = "0x0000000000000000000000000000000000000000";
|
||
|
|