ThornamesApi - object-oriented interface

Export

ThornamesApi

Hierarchy

  • BaseAPI
    • ThornamesApi

Constructors

Properties

Methods

Constructors

Properties

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

Methods

  • Returns addresses registered to the provided thorname.

    Parameters

    • name: string

      the thornode to lookup

    • Optional height: number

      optional block height, defaults to current tip

    • Optional options: AxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<Thorname, any>>

    Throws

    Memberof

    ThornamesApi

Generated using TypeDoc