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