Record Class Tvm.ParamsOfRunExecutor

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Tvm.ParamsOfRunExecutor
Record Components:
message - Must be encoded as base64. Input message BOC.
account - Account to run on executor
executionOptions - Execution options.
abi - Contract ABI for decoding output messages
skipTransactionCheck - Skip transaction check flag
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.ParamsOfRunExecutor(String message, Tvm.AccountForExecutor account, Tvm.ExecutionOptions executionOptions, Abi.ABI abi, Boolean skipTransactionCheck, Boc.BocCacheType bocCache, Boolean returnUpdatedAccount) extends Record