bip/mnemonic/mnemonic_utils library

Classes

MnemonicLanguages
An abstract class representing different languages for mnemonic phrases. Classes implementing this interface must provide word lists and language values.
MnemonicUtils
A utility class for handling operations related to mnemonics.
MnemonicWordsList
A class that represents a list of words used in a mnemonic system.
MnemonicWordsListFinderBase
An abstract class for finding the language of a mnemonic based on its words.
MnemonicWordsListGetterBase
An abstract class for retrieving a list of words based on a specified language.