ethers
Version:
A complete and compact Ethereum library, for dapps, wallets and any other tools.
10 lines • 324 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ZeroAddress = void 0;
/**
* A constant for the zero address.
*
* (**i.e.** ``"0x0000000000000000000000000000000000000000"``)
*/
exports.ZeroAddress = "0x0000000000000000000000000000000000000000";
//# sourceMappingURL=addresses.js.map
;