Record Class Abi.ParamsOfEncodeInitialData

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.ParamsOfEncodeInitialData
Record Components:
abi - Contract ABI
initialData - `abi` parameter should be provided to set initial data List of initial values for contract's static variables.
initialPubkey - Initial account owner's public key to set into account data
bocCache - Cache type to put the result. The BOC itself returned if no cache type provided.
Enclosing class:
Abi

public static record Abi.ParamsOfEncodeInitialData(Abi.ABI abi, com.fasterxml.jackson.databind.JsonNode initialData, String initialPubkey, Boc.BocCacheType bocCache) extends Record