-
- All Implemented Interfaces:
public class DefaultMnemonic.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static DefaultMnemonic.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final MnemonicfromPhrase(String phrase, SeedFactory seedFactory)Returns a mnemonic using the provided phrase and a seed factory final MnemonicfromWords(Sequence<String> words, SeedFactory seedFactory)Returns a mnemonic using the provided seed phrase words and a seed factory -
-
Method Detail
-
fromPhrase
final Mnemonic fromPhrase(String phrase, SeedFactory seedFactory)
Returns a mnemonic using the provided phrase and a seed factory
- Parameters:
phrase- seed phrase used to get a mnemonicseedFactory- seed factory used to get a mnemonic
-
fromWords
final Mnemonic fromWords(Sequence<String> words, SeedFactory seedFactory)
Returns a mnemonic using the provided seed phrase words and a seed factory
- Parameters:
words- seed phrase words used to get a mnemonicseedFactory- seed factory used to get a mnemonic
-
-
-
-