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