• NetworksApi - axios parameter creator

    Parameters

    Returns {
        getNetwork: ((networkId, options?) => Promise<RequestArgs>);
    }

    • getNetwork: ((networkId, options?) => Promise<RequestArgs>)

      Get network

      Summary

      Get network by ID

      Throws

        • (networkId, options?): Promise<RequestArgs>
        • Parameters

          • networkId: string

            The ID of the network to fetch.

          • Optional options: RawAxiosRequestConfig = {}

            Override http request option.

          Returns Promise<RequestArgs>

    Export