UNPKG

raiden-ts

Version:

Raiden Light Client Typescript/Javascript SDK

47 lines (46 loc) 1.32 kB
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ServiceRegistry, ServiceRegistryInterface } from "../ServiceRegistry"; export declare class ServiceRegistry__factory { static readonly abi: ({ inputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; name?: undefined; outputs?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; stateMutability?: undefined; outputs?: undefined; } | { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; })[]; static createInterface(): ServiceRegistryInterface; static connect(address: string, signerOrProvider: Signer | Provider): ServiceRegistry; }