Record Class Tvm.ParamsOfRunGet

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Tvm.ParamsOfRunGet
Record Components:
account - Account BOC in `base64`
functionName - Function name
input - Input parameters
executionOptions - Execution options
tupleListAsArray - Default is `false`. Input parameters may use any of lists representations If you receive this error on Web: "Runtime error. Unreachable code should not be executed...", set this flag to true. This may happen, for example, when elector contract contains too many participants Convert lists based on nested tuples in the **result** into plain arrays.
Enclosing class:
Tvm

public static record Tvm.ParamsOfRunGet(String account, String functionName, com.fasterxml.jackson.databind.JsonNode input, Tvm.ExecutionOptions executionOptions, Boolean tupleListAsArray) extends Record