class TransactionResult
Represents the result of a transaction run by the DatasyncNode.runTransaction method.
TransactionResult(value: DatasyncValuable, hasCompleted: Boolean)
Represents the result of a transaction run by the DatasyncNode.runTransaction method. |
val hasCompleted: Boolean
Indicates whether the transaction was completed ( |
|
val value: DatasyncValuable
The value actually set to the data node if the transaction was properly completed (i.e.
hasCompleted is |