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