Function CloutApiAxiosParamCreator

  • CloutApi - axios parameter creator

    Parameters

    Returns {
        swapperClout: ((address, height?, options?) => Promise<RequestArgs>);
    }

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

      Returns the clout score of an address

      Throws

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

          • address: string
          • 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