@thirdweb-dev/contracts-js
Version:
43 lines • 1.29 kB
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IContractMetadata, IContractMetadataInterface } from "../IContractMetadata";
export declare class IContractMetadata__factory {
static readonly abi: ({
type: string;
name: string;
inputs: never[];
outputs: {
name: string;
type: string;
internalType: string;
}[];
stateMutability: string;
anonymous?: undefined;
} | {
type: string;
name: string;
inputs: {
name: string;
type: string;
internalType: string;
}[];
outputs: never[];
stateMutability: string;
anonymous?: undefined;
} | {
type: string;
name: string;
inputs: {
name: string;
type: string;
indexed: boolean;
internalType: string;
}[];
anonymous: boolean;
outputs?: undefined;
stateMutability?: undefined;
})[];
static createInterface(): IContractMetadataInterface;
static connect(address: string, signerOrProvider: Signer | Provider): IContractMetadata;
}
//# sourceMappingURL=IContractMetadata__factory.d.ts.map