Record Class Processing.MessageMonitoringTransaction

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Processing.MessageMonitoringTransaction
Record Components:
hash - Hash of the transaction. Present if transaction was included into the blocks. When then transaction was emulated this field will be missing.
aborted - Aborted field of the transaction.
compute - Optional information about the compute phase of the transaction.
Enclosing class:
Processing

public static record Processing.MessageMonitoringTransaction(String hash, Boolean aborted, Processing.MessageMonitoringTransactionCompute compute) extends Record