@thirdweb-dev/contracts-js
Version:
19 lines • 683 B
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IBurnableERC721, IBurnableERC721Interface } from "../IBurnableERC721";
export declare class IBurnableERC721__factory {
static readonly abi: {
type: string;
name: string;
inputs: {
name: string;
type: string;
internalType: string;
}[];
outputs: never[];
stateMutability: string;
}[];
static createInterface(): IBurnableERC721Interface;
static connect(address: string, signerOrProvider: Signer | Provider): IBurnableERC721;
}
//# sourceMappingURL=IBurnableERC721__factory.d.ts.map