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