java.io.Serializable
kotlin.Comparable
public enum WordCount extends Enum<WordCount>
An enum describing entropy length (aka word count) in the mnemonic.
private final String
name
private final Integer
ordinal
WORDS12
12 words mnemonic (128 bits entropy).
WORDS15
15 words mnemonic (160 bits entropy).
WORDS18
18 words mnemonic (192 bits entropy).
WORDS21
21 words mnemonic (224 bits entropy).
WORDS24
24 words mnemonic (256 bits entropy).
getName, getOrdinal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait