UNPKG

@thirdweb-dev/contracts-js

Version:
19 lines 669 B
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IERC721Supply, IERC721SupplyInterface } from "../IERC721Supply"; export declare class IERC721Supply__factory { static readonly abi: { type: string; name: string; inputs: never[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; }[]; static createInterface(): IERC721SupplyInterface; static connect(address: string, signerOrProvider: Signer | Provider): IERC721Supply; } //# sourceMappingURL=IERC721Supply__factory.d.ts.map