Record Class Processing.ResultOfSendMessage

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Processing.ResultOfSendMessage
Record Components:
shardBlockId - This block id must be used as a parameter of the `wait_for_transaction`. The last generated shard block of the message destination account before the message was sent.
sendingEndpoints - This list id must be used as a parameter of the `wait_for_transaction`. The list of endpoints to which the message was sent.
Enclosing class:
Processing

public static record Processing.ResultOfSendMessage(String shardBlockId, String[] sendingEndpoints) extends Record