class TransactionBuild : ServiceToClientEvent
<init> |
TransactionBuild(time: Instant, id: UUID, state: TransactionBuildResult) |
id |
val id: UUID |
state |
val state: TransactionBuildResult |
time |
val time: Instant |
toString |
fun toString(): String |