UNPKG

@vaimee/my3sec-contracts

Version:

A set of contracts that implements the My3Sec protocol

50 lines (49 loc) 1.41 kB
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { Governor, GovernorInterface } from "../../../../@openzeppelin/contracts/governance/Governor"; export declare class Governor__factory { static readonly abi: ({ inputs: never[]; name: string; type: string; anonymous?: undefined; outputs?: undefined; stateMutability?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; outputs?: undefined; stateMutability?: undefined; } | { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; } | { stateMutability: string; type: string; inputs?: undefined; name?: undefined; anonymous?: undefined; outputs?: undefined; })[]; static createInterface(): GovernorInterface; static connect(address: string, signerOrProvider: Signer | Provider): Governor; }