@vaimee/my3sec-contracts
Version:
A set of contracts that implements the My3Sec protocol
19 lines (18 loc) • 676 B
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { Initializable, InitializableInterface } from "../../../../../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable";
export declare class Initializable__factory {
static readonly abi: {
anonymous: boolean;
inputs: {
indexed: boolean;
internalType: string;
name: string;
type: string;
}[];
name: string;
type: string;
}[];
static createInterface(): InitializableInterface;
static connect(address: string, signerOrProvider: Signer | Provider): Initializable;
}