Record Class Processing.ParamsOfWaitForTransaction

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Processing.ParamsOfWaitForTransaction
Record Components:
abi - If it is specified, then the output messages' bodies will be decoded according to this ABI. The `abi_decoded` result field will be filled out. Optional ABI for decoding the transaction result.
message - Encoded with `base64`. Message BOC.
shardBlockId - You must provide the same value as the `send_message` has returned. The last generated block id of the destination account shard before the message was sent.
sendEvents - Flag that enables/disables intermediate events. Default is `false`.
sendingEndpoints - Use this field to get more informative errors. Provide the same value as the `send_message` has returned. If the message was not delivered (expired), SDK will log the endpoint URLs, used for its sending. The list of endpoints to which the message was sent.
Enclosing class:
Processing

public static record Processing.ParamsOfWaitForTransaction(Abi.ABI abi, String message, String shardBlockId, Boolean sendEvents, String[] sendingEndpoints) extends Record