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