@celo/contractkit
Version:
Celo's ContractKit to interact with Celo network
15 lines • 564 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.BaseWrapperForGoverning = void 0;
const BaseWrapper_1 = require("./BaseWrapper");
/** @internal */
class BaseWrapperForGoverning extends BaseWrapper_1.BaseWrapper {
constructor(connection, contract, contracts) {
super(connection, contract);
this.connection = connection;
this.contract = contract;
this.contracts = contracts;
}
}
exports.BaseWrapperForGoverning = BaseWrapperForGoverning;
//# sourceMappingURL=BaseWrapperForGoverning.js.map
;