@dahlia-labs/use-ethers
Version:
Multicall extensions to ethers.
43 lines • 1.3 kB
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { Multicall2, Multicall2Interface } from "../Multicall2";
export declare class Multicall2__factory {
static readonly abi: {
inputs: ({
internalType: string;
name: string;
type: string;
components?: undefined;
} | {
components: {
internalType: string;
name: string;
type: string;
}[];
internalType: string;
name: string;
type: string;
})[];
name: string;
outputs: ({
internalType: string;
name: string;
type: string;
components?: undefined;
} | {
components: {
internalType: string;
name: string;
type: string;
}[];
internalType: string;
name: string;
type: string;
})[];
stateMutability: string;
type: string;
}[];
static createInterface(): Multicall2Interface;
static connect(address: string, signerOrProvider: Signer | Provider): Multicall2;
}
//# sourceMappingURL=Multicall2__factory.d.ts.map