Function StreamingSwapApiAxiosParamCreator

  • StreamingSwapApi - axios parameter creator

    Parameters

    Returns {
        streamSwap: ((hash, height?, options?) => Promise<RequestArgs>);
        streamSwaps: ((height?, options?) => Promise<RequestArgs>);
    }

    • streamSwap: ((hash, height?, options?) => Promise<RequestArgs>)

      Returns the state of a streaming swap

      Throws

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

          • hash: string
          • Optional height: number

            optional block height, defaults to current tip

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • streamSwaps: ((height?, options?) => Promise<RequestArgs>)

      Returns the state of all streaming swaps

      Throws

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

          • Optional height: number

            optional block height, defaults to current tip

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    Export

Generated using TypeDoc