General client API.

interface OcelloidsClientApi {
    health(options?: Options): Promise<HealthResponse>;
    networks(options?: Options): Promise<Record<string, string[]>>;
}

Implemented by

Methods

  • Parameters

    • Optionaloptions: Options

    Returns Promise<Record<string, string[]>>