Function getCrosschainTransferHistoryEntriesFiltered

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

    Parameters

    • queryable: Queryable

      object to use when querying the blockchain

    • crosschainTransferHistoryEntryFilter: CrosschainTransferHistoryEntryFilter = null

      object of CrosschainTransferHistoryEntryFilter 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<CrosschainTransferHistoryEntry>>