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