@arbitrum/sdk
Version:
Typescript library client-side interactions with Arbitrum
19 lines (18 loc) • 588 B
TypeScript
import { Signer } from "ethers";
import { Provider } from "@ethersproject/providers";
import type { ArbosTest, ArbosTestInterface } from "../ArbosTest";
export declare class ArbosTest__factory {
static readonly abi: {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: never[];
stateMutability: string;
type: string;
}[];
static createInterface(): ArbosTestInterface;
static connect(address: string, signerOrProvider: Signer | Provider): ArbosTest;
}