Record Class Boc.ParamsOfEncodeStateInit

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Boc.ParamsOfEncodeStateInit
Record Components:
code - Contract code BOC encoded as base64 or BOC handle
data - Contract data BOC encoded as base64 or BOC handle
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
bocCache - Cache type to put the result. The BOC itself returned if no cache type provided.
Enclosing class:
Boc

public static record Boc.ParamsOfEncodeStateInit(String code, String data, String library, Boolean tick, Boolean tock, Long splitDepth, Boc.BocCacheType bocCache) extends Record