@sodazone/ocelloids-client - v2.5.2
    Preparing search index...

    Interface OcelloidsClientApi

    General client API.

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

    Implemented by

    Index

    Methods

    • Parameters

      • Optionaloptions: Options

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