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