• NetworksApi - functional programming interface

    Parameters

    Returns {
        getNetwork(networkId, options?): Promise<((axios?, basePath?) => AxiosPromise<Network>)>;
    }

    • getNetwork:function
      • Get network

        Parameters

        • networkId: string

          The ID of the network to fetch.

        • Optional options: RawAxiosRequestConfig

          Override http request option.

        Returns Promise<((axios?, basePath?) => AxiosPromise<Network>)>

        Summary

        Get network by ID

        Throws

    Export