ethers.js/lib.commonjs/constants/addresses.d.ts
2023-04-27 21:19:55 +09:00

7 lines
193 B
TypeScript

/**
* A constant for the zero address.
*
* (**i.e.** ``"0x0000000000000000000000000000000000000000"``)
*/
export declare const ZeroAddress: string;
//# sourceMappingURL=addresses.d.ts.map