com.r3corda.client.model / GatheredTransactionDataWritable

GatheredTransactionDataWritable

data class GatheredTransactionDataWritable : GatheredTransactionData


Constructors

<init> GatheredTransactionDataWritable(fiberId: SimpleObjectProperty<Long?> = SimpleObjectProperty(null), uuid: SimpleObjectProperty<UUID?> = SimpleObjectProperty(null), stateMachineStatus: SimpleObjectProperty<StateMachineStatus?> = SimpleObjectProperty(null), protocolStatus: SimpleObjectProperty<ProtocolStatus?> = SimpleObjectProperty(null), transaction: SimpleObjectProperty<LedgerTransaction?> = SimpleObjectProperty(null), status: SimpleObjectProperty<TransactionCreateStatus?> = SimpleObjectProperty(null), lastUpdate: SimpleObjectProperty<Instant>, allEvents: ObservableList<ServiceToClientEvent> = FXCollections.observableArrayList())

Properties

allEvents val allEvents: ObservableList<ServiceToClientEvent>
fiberId val fiberId: SimpleObjectProperty<Long?>
lastUpdate val lastUpdate: SimpleObjectProperty<Instant>
protocolStatus val protocolStatus: SimpleObjectProperty<ProtocolStatus?>
stateMachineStatus val stateMachineStatus: SimpleObjectProperty<StateMachineStatus?>
status val status: SimpleObjectProperty<TransactionCreateStatus?>
transaction val transaction: SimpleObjectProperty<LedgerTransaction?>
uuid val uuid: SimpleObjectProperty<UUID?>