UNPKG

@thirdweb-dev/contracts-js

Version:
29 lines 964 B
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IRouterState, IRouterStateInterface } from "../IRouterState"; export declare class IRouterState__factory { static readonly abi: { type: string; name: string; inputs: never[]; outputs: { name: string; type: string; internalType: string; components: { name: string; type: string; internalType: string; components: { name: string; type: string; internalType: string; }[]; }[]; }[]; stateMutability: string; }[]; static createInterface(): IRouterStateInterface; static connect(address: string, signerOrProvider: Signer | Provider): IRouterState; } //# sourceMappingURL=IRouterState__factory.d.ts.map