Interface OcelloidsClientApi
interface OcelloidsClientApi { health(options?: Options): Promise<HealthResponse>; networks(options?: Options): Promise<Record<string, string[]>>;} Methods
networks
networks(options?: Options): Promise<Record<string, string[]>> Returns Promise<Record<string, string[]>>
General client API.