Record Class Client.ClientConfig

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Client.ClientConfig
Record Components:
localStoragePath - For file based storage is a folder name where SDK will store its data. For browser based is a browser async storage key prefix. Default (recommended) value is "~/.tonclient" for native environments and ".tonclient" for web-browser.
Enclosing class:
Client

public static record Client.ClientConfig(Client.BindingConfig binding, Client.NetworkConfig network, Client.CryptoConfig crypto, Client.AbiConfig abi, Client.BocConfig boc, Client.ProofsConfig proofs, String localStoragePath) extends Record