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