Record Class Tvm.ExecutionOptions

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Tvm.ExecutionOptions
Record Components:
blockchainConfig - boc with config
blockTime - time that is used as transaction time
blockLt - block logical time
transactionLt - transaction logical time
chksigAlwaysSucceed - Overrides standard TVM behaviour. If set to `true` then CHKSIG always will return `true`.
signatureId - Signature ID to be used in signature verifying instructions when CapSignatureWithId capability is enabled
Enclosing class:
Tvm

public static record Tvm.ExecutionOptions(String blockchainConfig, Long blockTime, BigInteger blockLt, BigInteger transactionLt, Boolean chksigAlwaysSucceed, Long signatureId) extends Record