java.lang.Object
tech.deplant.java4ever.binding.json.JsonData
tech.deplant.java4ever.binding.Client.CryptoConfig
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDerivation path that will be used by default in crypto functions.Mnemonic dictionary that will be used by default in crypto functions.Mnemonic word count that will be used by default in crypto functions.
-
Constructor Details
-
CryptoConfig
public CryptoConfig()
-
-
Method Details
-
mnemonicDictionary
Mnemonic dictionary that will be used by default in crypto functions. If not specified, 1 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.
-