Module java4ever.binding
Package tech.deplant.java4ever.binding
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 eventssendingEndpoints- 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabi()Returns the value of theabirecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.message()Returns the value of themessagerecord component.Returns the value of thesendEventsrecord component.String[]Returns the value of thesendingEndpointsrecord component.Returns the value of theshardBlockIdrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ParamsOfWaitForTransaction
public ParamsOfWaitForTransaction(Abi.ABI abi, String message, String shardBlockId, Boolean sendEvents, String[] sendingEndpoints) Creates an instance of aParamsOfWaitForTransactionrecord class.- Parameters:
abi- the value for theabirecord componentmessage- the value for themessagerecord componentshardBlockId- the value for theshardBlockIdrecord componentsendEvents- the value for thesendEventsrecord componentsendingEndpoints- the value for thesendingEndpointsrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
abi
Returns the value of theabirecord component.- Returns:
- the value of the
abirecord component
-
message
Returns the value of themessagerecord component.- Returns:
- the value of the
messagerecord component
-
shardBlockId
Returns the value of theshardBlockIdrecord component.- Returns:
- the value of the
shardBlockIdrecord component
-
sendEvents
Returns the value of thesendEventsrecord component.- Returns:
- the value of the
sendEventsrecord component
-
sendingEndpoints
Returns the value of thesendingEndpointsrecord component.- Returns:
- the value of the
sendingEndpointsrecord component
-