corda / net.corda.core.messaging / StateMachineUpdate / Removed

Removed

data class Removed : StateMachineUpdate

Constructors

<init>

Removed(id: StateMachineRunId, result: Try<*>)

Properties

id

val id: StateMachineRunId

result

val result: Try<*>