Bip39Wordlist

scalus.cardano.wallet.hd.Bip39Wordlist
object Bip39Wordlist

BIP-39 English wordlist (2048 words).

Source: https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt

Attributes

See also
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def contains(word: String): Boolean

Check if word is in wordlist.

Check if word is in wordlist.

Attributes

def indexOf(word: String): Int

Get index of word (-1 if not found).

Get index of word (-1 if not found).

Attributes

def word(index: Int): String

Get word at index (0-2047).

Get word at index (0-2047).

Attributes

Concrete fields

val size: Int

Number of words in wordlist.

Number of words in wordlist.

Attributes