UNPKG

@thirdweb-dev/contracts-js

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