Record Class Processing.DecodedOutput

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Processing.DecodedOutput
Record Components:
outMessages - If the message can't be decoded, then `None` will be stored in the appropriate position. Decoded bodies of the out messages.
output - Decoded body of the function output message.
Enclosing class:
Processing

public static record Processing.DecodedOutput(Abi.DecodedMessageBody[] outMessages, com.fasterxml.jackson.databind.JsonNode output) extends Record