General client API.

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

Implemented by

Methods

  • Parameters

    • Optionaloptions: Options

    Returns Promise<string[]>