Function QueueApiAxiosParamCreator

  • QueueApi - axios parameter creator

    Parameters

    Returns {
        queue: ((height?, options?) => Promise<RequestArgs>);
        queueOutbound: ((height?, options?) => Promise<RequestArgs>);
        queueScheduled: ((height?, options?) => Promise<RequestArgs>);
    }

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

      Returns queue statistics.

      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>

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

      Returns the outbound queue including estimated RUNE values.

      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>

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

      Returns the scheduled queue.

      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