Record Class Crypto.ParamsOfMnemonicDeriveSignKeys

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfMnemonicDeriveSignKeys
Record Components:
phrase - Phrase
path - Derivation path, for instance "m/44'/396'/0'/0/0"
dictionary - Dictionary identifier
wordCount - Word count
Enclosing class:
Crypto

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