Record Class Net.MessageNode

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Net.MessageNode
Record Components:
id - Message id.
srcTransactionId - This field is missing for an external inbound messages. Source transaction id.
dstTransactionId - This field is missing for an external outbound messages. Destination transaction id.
src - Source address.
dst - Destination address.
value - Transferred tokens value.
bounce - Bounce flag.
decodedBody - Library tries to decode message body using provided `params.abi_registry`. This field will be missing if none of the provided abi can be used to decode. Decoded body.
Enclosing class:
Net

public static record Net.MessageNode(String id, String srcTransactionId, String dstTransactionId, String src, String dst, String value, Boolean bounce, Abi.DecodedMessageBody decodedBody) extends Record