Record Class Boc.ResultOfDecodeStateInit

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Boc.ResultOfDecodeStateInit
Record Components:
code - Contract code BOC encoded as base64 or BOC handle
codeHash - Contract code hash
codeDepth - Contract code depth
data - Contract data BOC encoded as base64 or BOC handle
dataHash - Contract data hash
dataDepth - Contract data depth
library - Contract library BOC encoded as base64 or BOC handle
tick - Specifies the contract ability to handle tick transactions `special.tick` field.
tock - Specifies the contract ability to handle tock transactions `special.tock` field.
splitDepth - Is present and non-zero only in instances of large smart contracts
compilerVersion - Compiler version, for example 'sol 0.49.0'
Enclosing class:
Boc

public static record Boc.ResultOfDecodeStateInit(String code, String codeHash, Long codeDepth, String data, String dataHash, Long dataDepth, String library, Boolean tick, Boolean tock, Long splitDepth, String compilerVersion) extends Record