NetworksApi - interface

Export

NetworksApi

interface NetworksApiInterface {
    getNetwork(networkId, options?): AxiosPromise<Network>;
}

Implemented by

Methods

Methods

  • Get network

    Parameters

    • networkId: string

      The ID of the network to fetch.

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns AxiosPromise<Network>

    Summary

    Get network by ID

    Throws

    Memberof

    NetworksApiInterface