Record Class Crypto.ParamsOfMnemonicFromEntropy

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfMnemonicFromEntropy
Record Components:
entropy - Hex encoded. Entropy bytes.
dictionary - Dictionary identifier
wordCount - Mnemonic word count
Enclosing class:
Crypto

public static record Crypto.ParamsOfMnemonicFromEntropy(String entropy, Crypto.MnemonicDictionary dictionary, Integer wordCount) extends Record