Record Class Abi.ParamsOfAbiEncodeBoc

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.ParamsOfAbiEncodeBoc
Record Components:
params - Parameters to encode into BOC
data - Parameters and values as a JSON structure
bocCache - The BOC itself returned if no cache type provided Cache type to put the result.
Enclosing class:
Abi

public static record Abi.ParamsOfAbiEncodeBoc(Abi.AbiParam[] params, com.fasterxml.jackson.databind.JsonNode data, Boc.BocCacheType bocCache) extends Record