Record Class Processing.MessageMonitoringParams

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Processing.MessageMonitoringParams
Record Components:
message - Monitored message identification. Can be provided as a message's BOC or (hash, address) pair. BOC is a preferable way because it helps to determine possible error reason (using TVM execution of the message).
waitUntil - Block time Must be specified as a UNIX timestamp in seconds
userData - User defined data associated with this message. Helps to identify this message when user received `MessageMonitoringResult`.
Enclosing class:
Processing

public static record Processing.MessageMonitoringParams(Processing.MonitoredMessage message, Long waitUntil, com.fasterxml.jackson.databind.JsonNode userData) extends Record