Record Class Crypto.ParamsOfMnemonicFromRandom

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfMnemonicFromRandom
Record Components:
dictionary - Dictionary identifier
wordCount - Mnemonic word count
Enclosing class:
Crypto

public static record Crypto.ParamsOfMnemonicFromRandom(Crypto.MnemonicDictionary dictionary, Integer wordCount) extends Record