Record Class Tvm.ResultOfRunExecutor

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Tvm.ResultOfRunExecutor
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.
account - Encoded as `base64` Updated account state BOC.
fees - Transaction fees
Enclosing class:
Tvm

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