Package org.bitcoindevkit
Class Mnemonic
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,org.bitcoindevkit.Disposable,org.bitcoindevkit.MnemonicInterface
public class Mnemonic implements Disposable, AutoCloseable, MnemonicInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMnemonic.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static Mnemonic.CompanionCompanion
-
Method Summary
-
-
Constructor Detail
-
Mnemonic
Mnemonic(Pointer pointer)
-
Mnemonic
Mnemonic(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
Mnemonic
Mnemonic(WordCount wordCount)
-
-
-
-