@thirdweb-dev/contracts-js
Version:
19 lines • 634 B
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IContext, IContextInterface } from "../IContext";
export declare class IContext__factory {
static readonly abi: {
type: string;
name: string;
inputs: never[];
outputs: {
name: string;
type: string;
internalType: string;
}[];
stateMutability: string;
}[];
static createInterface(): IContextInterface;
static connect(address: string, signerOrProvider: Signer | Provider): IContext;
}
//# sourceMappingURL=IContext__factory.d.ts.map