ethers.js/lib.commonjs/constants/addresses.d.ts

7 lines
193 B
TypeScript
Raw Normal View History

2023-03-04 04:25:07 +03:00
/**
* A constant for the zero address.
*
* (**i.e.** ``"0x0000000000000000000000000000000000000000"``)
*/
export declare const ZeroAddress: string;
//# sourceMappingURL=addresses.d.ts.map