Record Class Boc.ParamsOfDecodeStateInit

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Boc.ParamsOfDecodeStateInit
Record Components:
stateInit - Contract StateInit image BOC encoded as base64 or BOC handle
bocCache - Cache type to put the result. The BOC itself returned if no cache type provided.
Enclosing class:
Boc

public static record Boc.ParamsOfDecodeStateInit(String stateInit, Boc.BocCacheType bocCache) extends Record