TransactionResult

data class TransactionResult(value: DatasyncValuable, hasCompleted: Boolean)

Represents the result of a transaction run by the DatasyncNode.runTransaction method.

Constructors

TransactionResult
Link copied to clipboard
fun TransactionResult(value: DatasyncValuable, hasCompleted: Boolean)

Properties

hasCompleted
Link copied to clipboard
val hasCompleted: Boolean
Indicates whether the transaction was completed (true) or aborted (false).
value
Link copied to clipboard
val value: DatasyncValuable
The value actually set to the data node if the transaction was properly completed (i.e.