UNPKG

@thirdweb-dev/contracts-js

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