UNPKG

ethers

Version:

A complete and compact Ethereum library, for dapps, wallets and any other tools.

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