Record Class Abi.DecodedMessageBody

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.DecodedMessageBody
Record Components:
bodyType - Type of the message body content.
name - Function or event name.
value - Parameters or result value.
header - Function header.
Enclosing class:
Abi

public static record Abi.DecodedMessageBody(Abi.MessageBodyType bodyType, String name, com.fasterxml.jackson.databind.JsonNode value, Abi.FunctionHeader header) extends Record