SaversApi - object-oriented interface

Export

SaversApi

Hierarchy

  • BaseAPI
    • SaversApi

Constructors

Properties

Methods

Constructors

Properties

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

Methods

  • Returns the saver position given then savers pool and address.

    Parameters

    • asset: string
    • address: string
    • Optional height: number

      optional block height, defaults to current tip

    • Optional options: AxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<Saver, any>>

    Throws

    Memberof

    SaversApi

Generated using TypeDoc