UNPKG

@q-dev/gdk-sdk

Version:

Typescript Library to interact with GDK Contracts

39 lines (38 loc) 1.47 kB
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IMasterContractsRegistry, IMasterContractsRegistryInterface } from "../IMasterContractsRegistry"; export declare class IMasterContractsRegistry__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "getMasterDAOFactory"; readonly outputs: readonly [{ readonly internalType: "address"; readonly name: ""; readonly type: "address"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "getMasterDAORegistry"; readonly outputs: readonly [{ readonly internalType: "address"; readonly name: ""; readonly type: "address"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "getTokenFactory"; readonly outputs: readonly [{ readonly internalType: "address"; readonly name: ""; readonly type: "address"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; static createInterface(): IMasterContractsRegistryInterface; static connect(address: string, signerOrProvider: Signer | Provider): IMasterContractsRegistry; }