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