Record Class Crypto.ParamsOfMnemonicVerify

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfMnemonicVerify
Record Components:
phrase - Phrase
dictionary - Dictionary identifier
wordCount - Word count
Enclosing class:
Crypto

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