View Source Slip39.WordList (slip39 v0.1.1)

Summary

Functions

Returns a map than can be used to retrieve a word by its indice.

Returns a map than can be used to retrive a word indices by its string.

Functions

Returns a map than can be used to retrieve a word by its indice.

Example

iex(1)> Slip39.WordList.word_list_map_by_idx()[0]
"academic"
Link to this function

word_list_map_by_string()

View Source

Returns a map than can be used to retrive a word indices by its string.

Example

iex(1)> Slip39.WordList.word_list_map_by_string()["academic"]
0