Class Client.CryptoConfig

java.lang.Object
tech.deplant.java4ever.binding.json.JsonData
tech.deplant.java4ever.binding.Client.CryptoConfig
Enclosing class:
Client

public static class Client.CryptoConfig extends JsonData
  • Constructor Details

    • CryptoConfig

      public CryptoConfig()
  • Method Details

    • mnemonicDictionary

      public Optional<Number> mnemonicDictionary()
      Mnemonic dictionary that will be used by default in crypto functions. If not specified, 1 dictionary will be used.
    • mnemonicWordCount

      public Optional<Number> mnemonicWordCount()
      Mnemonic word count that will be used by default in crypto functions. If not specified the default value will be 12.
    • hdkeyDerivationPath

      public Optional<String> hdkeyDerivationPath()
      Derivation path that will be used by default in crypto functions. If not specified `m/44'/396'/0'/0/0` will be used.