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