UNPKG

@arbitrum/sdk

Version:

Typescript library client-side interactions with Arbitrum

29 lines (28 loc) 820 B
import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { IArbToken, IArbTokenInterface } from "../IArbToken"; export declare class IArbToken__factory { static readonly abi: ({ inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: never[]; stateMutability: string; type: string; } | { inputs: never[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; })[]; static createInterface(): IArbTokenInterface; static connect(address: string, signerOrProvider: Signer | Provider): IArbToken; }