UNPKG

@thirdweb-dev/contracts-js

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