@nomiclabs/hardhat-ethers
Version:
Hardhat plugin for ethers
6 lines • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SignerWithAddress = void 0;
var signers_1 = require("../../signers");
Object.defineProperty(exports, "SignerWithAddress", { enumerable: true, get: function () { return signers_1.SignerWithAddress; } });
//# sourceMappingURL=signer-with-address.js.map