Record Class Tvm.ParamsOfRunTvm

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Tvm.ParamsOfRunTvm
Record Components:
message - Must be encoded as base64. Input message BOC.
account - Must be encoded as base64. Account BOC.
executionOptions - Execution options.
abi - Contract ABI for decoding output messages
bocCache - The BOC itself returned if no cache type provided Cache type to put the result.
returnUpdatedAccount - Empty string is returned if the flag is `false` Return updated account flag.
Enclosing class:
Tvm

public static record Tvm.ParamsOfRunTvm(String message, String account, Tvm.ExecutionOptions executionOptions, Abi.ABI abi, Boc.BocCacheType bocCache, Boolean returnUpdatedAccount) extends Record