UNPKG

@arbitrum/sdk

Version:

Typescript library client-side interactions with Arbitrum

28 lines (27 loc) 875 B
import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { NodeInterfaceDebug, NodeInterfaceDebugInterface } from "../NodeInterfaceDebug"; export declare class NodeInterfaceDebug__factory { static readonly abi: { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { components: { internalType: string; name: string; type: string; }[]; internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; }[]; static createInterface(): NodeInterfaceDebugInterface; static connect(address: string, signerOrProvider: Signer | Provider): NodeInterfaceDebug; }