Function getCanceledTransfersFiltered

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

    Parameters

    • connection: Connection

      the connection to use to query the blockchain

    • canceledTransferFilter: 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 canceled transfers based on the filter selection

    Available since ApiVersion 1