Function getTransferHistoryEntriesFiltered

  • Retrieves all transfer history entries based on the filtering options provided in TransferHistoryEntryFilter as a paginated entity

    Parameters

    • queryable: Queryable

      object to use when querying the blockchain

    • transferHistoryEntryFilter: TransferHistoryEntryFilter = null

      object of TransferHistoryEntryFilter that can be list of, account_id, asset_id, transaction_rid and op_index

    • limit: OptionalLimit = null

      maximum page size

    • cursor: OptionalPageCursor = null

      where the page should start

      Available since ApiVersion 1

    Returns Promise<PaginatedEntity<TransferHistoryEntry>>