@thirdweb-dev/contracts-js
Version:
23 lines • 789 B
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IERC721Enumerable, IERC721EnumerableInterface } from "../IERC721Enumerable";
export declare class IERC721Enumerable__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(): IERC721EnumerableInterface;
static connect(address: string, signerOrProvider: Signer | Provider): IERC721Enumerable;
}
//# sourceMappingURL=IERC721Enumerable__factory.d.ts.map