Function getAppliedTransfersFiltered

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

    Parameters

    • connection: Connection

      the connection to use to query the blockchain

    • appliedTransferFilter: 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<AppliedTransfer>>

    paginated results of applied transfers based on the filter selection

    Available since ApiVersion 1