MnemonicLanguage

Supported languages for BIP-39 mnemonic word lists.

Each language has a standardized word list of exactly 2048 words as defined in the BIP-39 specification. The word lists are carefully curated to avoid ambiguous words and ensure reliable transcription.

See also

Entries

Link copied to clipboard

English - the reference implementation language

Link copied to clipboard

Simplified Chinese (简体中文)

Link copied to clipboard

Traditional Chinese (繁體中文)

Link copied to clipboard

French (Francais)

Link copied to clipboard

Italian (Italiano)

Link copied to clipboard

Japanese (日本語) - uses ideographic space (U+3000) as word separator

Link copied to clipboard

Korean (한국어)

Link copied to clipboard

Spanish (Espanol)

Link copied to clipboard

Malay (Bahasa Melayu)

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.