com.r3corda.client.model / GatheredTransactionDataModel

GatheredTransactionDataModel

class GatheredTransactionDataModel

This model provides an observable list of states relating to the creation of a transaction not yet on ledger.



Constructors

<init> GatheredTransactionDataModel()

This model provides an observable list of states relating to the creation of a transaction not yet on ledger.

Properties

gatheredTransactionDataList val gatheredTransactionDataList: ObservableList<out GatheredTransactionData>

Aggregation of updates to transactions. We use the observable list as the only container and do linear search for matching transactions because we have three keys(fiber ID, UUID, tx id) and this way its easier to avoid syncing issues.