Function getUnappliedTransfersFiltered

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

    Parameters

    • connection: Connection

      the connection to use to query the blockchain

    • unappliedTransferFilter: TransferFilter = null

      object of TransferFilter that can be 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 unapplied transfers based on the filter selection

    Available since ApiVersion 1