Record Class Processing.ParamsOfSendMessage

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Processing.ParamsOfSendMessage
Record Components:
message - Message BOC.
abi - If this parameter is specified and the message has the `expire` header then expiration time will be checked against the current time to prevent unnecessary sending of already expired message. The `message already expired` error will be returned in this case. Note, that specifying `abi` for ABI compliant contracts is strongly recommended, so that proper processing strategy can be chosen. Optional message ABI.
sendEvents - Flag for requesting events sending. Default is `false`.
Enclosing class:
Processing

public static record Processing.ParamsOfSendMessage(String message, Abi.ABI abi, Boolean sendEvents) extends Record