cardano::BIP39Dictionary struct

A dictionary of 2048 BIP39 words.

Public static functions

static auto GetDictionary(BIP39Language lang) →  std::array<std::string_view, 2048> constexpr
Returns the BIP39 word dictionary for the specified language.

Function documentation

static std::array<std::string_view, 2048> cardano::BIP39Dictionary::GetDictionary(BIP39Language lang) constexpr

Returns the BIP39 word dictionary for the specified language.

Parameters
lang The dictionary language.
Returns The BIP39 word dictionary.