UNPKG

@vaimee/my3sec-contracts

Version:

A set of contracts that implements the My3Sec protocol

38 lines (37 loc) 973 B
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.HubControllable__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { inputs: [], name: "InitParamsInvalid", type: "error", }, { inputs: [], name: "HUB", outputs: [ { internalType: "address", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, ]; class HubControllable__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.HubControllable__factory = HubControllable__factory; HubControllable__factory.abi = _abi;