Record Class Client.CryptoConfig

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Client.CryptoConfig
Record Components:
mnemonicDictionary - Mnemonic dictionary that will be used by default in crypto functions. If not specified, `English` dictionary will be used.
mnemonicWordCount - Mnemonic word count that will be used by default in crypto functions. If not specified the default value will be 12.
hdkeyDerivationPath - Derivation path that will be used by default in crypto functions. If not specified `m/44'/396'/0'/0/0` will be used.
Enclosing class:
Client

public static record Client.CryptoConfig(Crypto.MnemonicDictionary mnemonicDictionary, Integer mnemonicWordCount, String hdkeyDerivationPath) extends Record
Crypto config.