Record Class Crypto.ParamsOfHDKeyXPrvFromMnemonic

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfHDKeyXPrvFromMnemonic
Record Components:
phrase - String with seed phrase
dictionary - Dictionary identifier
wordCount - Mnemonic word count
Enclosing class:
Crypto

public static record Crypto.ParamsOfHDKeyXPrvFromMnemonic(String phrase, Crypto.MnemonicDictionary dictionary, Integer wordCount) extends Record