UNPKG

@thirdweb-dev/contracts-js

Version:
23 lines 719 B
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ERC1271, ERC1271Interface } from "../ERC1271"; export declare class ERC1271__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(): ERC1271Interface; static connect(address: string, signerOrProvider: Signer | Provider): ERC1271; } //# sourceMappingURL=ERC1271__factory.d.ts.map