Function getPendingTransfersFiltered

  • Retrieves pending transfers based on the selected filter of PendingTransferFilter, paginated

    Parameters

    • connection: Connection

      the connection to use to query the blockchain

    • pendingTransferFilter: PendingTransferFilter = null

      object of PendingTransferFilter that can be array of transactionIds, initOpIndex and senderAccountId

    • limit: OptionalLimit = null

      maximum page size

    • cursor: OptionalPageCursor = null

      where the page should start

    Returns Promise<PaginatedEntity<PendingTransfer>>

    paginated results of pending transfers based on the filter selection

    Available since ApiVersion 1