Record Class Processing.MessageMonitoringResult

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Processing.MessageMonitoringResult
Record Components:
hash - Hash of the message.
status - Processing status.
transaction - In case of `Finalized` the transaction is extracted from the block. In case of `Timeout` the transaction is emulated using the last known account state.
error - In case of `Timeout` contains possible error reason.
userData - User defined data related to this message. This is the same value as passed before with `MessageMonitoringParams` or `SendMessageParams`.
Enclosing class:
Processing

public static record Processing.MessageMonitoringResult(String hash, Processing.MessageMonitoringStatus status, Processing.MessageMonitoringTransaction transaction, String error, com.fasterxml.jackson.databind.JsonNode userData) extends Record