Function getRevertedTransfersFiltered

  • Retrieves reverted transfers based on the selected filter of TransferFilter, paginated

    Parameters

    • connection: Connection

      connection to the blockchain to check if the transfer was applied on

    • revertedTransferFilter: TransferFilter = null

      object of TransferFilter that can be list of array of initTxRids and initOpIndex

    • limit: OptionalLimit = null

      maximum page size

    • cursor: OptionalPageCursor = null

      where the page should start

    Returns Promise<PaginatedEntity<Transfer>>

    paginated results of reverted transfers based on the filter selection

    Available since ApiVersion 1