@q-dev/gdk-sdk
Version:
Typescript Library to interact with GDK Contracts
59 lines • 1.58 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.IMasterContractsRegistry__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
inputs: [],
name: "getMasterDAOFactory",
outputs: [
{
internalType: "address",
name: "",
type: "address",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "getMasterDAORegistry",
outputs: [
{
internalType: "address",
name: "",
type: "address",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "getTokenFactory",
outputs: [
{
internalType: "address",
name: "",
type: "address",
},
],
stateMutability: "view",
type: "function",
},
];
class IMasterContractsRegistry__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.IMasterContractsRegistry__factory = IMasterContractsRegistry__factory;
IMasterContractsRegistry__factory.abi = _abi;
//# sourceMappingURL=IMasterContractsRegistry__factory.js.map