7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
|
/**
|
||
|
* A constant for the zero address.
|
||
|
*
|
||
|
* (**i.e.** ``"0x0000000000000000000000000000000000000000"``)
|
||
|
*/
|
||
|
export declare const ZeroAddress: string;
|