Record Class Processing.ResultOfProcessMessage

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Processing.ResultOfProcessMessage
Record Components:
transaction - In addition to the regular transaction fields there is a `boc` field encoded with `base64` which contains source transaction BOC. Parsed transaction.
outMessages - Encoded as `base64` List of output messages' BOCs.
decoded - Optional decoded message bodies according to the optional `abi` parameter.
fees - Transaction fees
Enclosing class:
Processing

public static record Processing.ResultOfProcessMessage(com.fasterxml.jackson.databind.JsonNode transaction, String[] outMessages, Processing.DecodedOutput decoded, Tvm.TransactionFees fees) extends Record