TSSApi - object-oriented interface

Export

TSSApi

Hierarchy

  • BaseAPI
    • TSSApi

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Returns keysign information for the provided height and pubkey - the height being the block at which a tx out item is scheduled to be signed and moved from the scheduled outbound queue to the outbound queue.

    Parameters

    • height: number
    • pubkey: string
    • Optional options: AxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<KeysignResponse, any>>

    Throws

    Memberof

    TSSApi

Generated using TypeDoc