Implements

Constructors

Properties

_apiKey?: string
asset: Asset
assetDecimals: number
baseUrl: string
blockcypherNetwork: BlockcypherNetwork
chain: string

Accessors

Methods

  • Get transaction history of a given address with pagination options. By default it will return the transaction history of the current wallet.

    Parameters

    • Optional params: TxHistoryParams

      The options to get transaction history. (optional)

    • unspentOnly: boolean = false

    Returns Promise<Transaction[]>

    The transaction history.

Generated using TypeDoc