Record Class Processing.MessageSendingParams

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Processing.MessageSendingParams
Record Components:
boc - BOC of the message, that must be sent to the blockchain.
waitUntil - Expiration time of the message. 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.MessageSendingParams(String boc, Long waitUntil, com.fasterxml.jackson.databind.JsonNode userData) extends Record