Bip39MnemonicEncoder constructor

Bip39MnemonicEncoder([
  1. Bip39Languages language = Bip39Languages.english
])

Create a new instance of the BIP39 Mnemonic Encoder.

Parameters:

  • language: The language used for generating the mnemonic phrase.

Implementation

Bip39MnemonicEncoder([Bip39Languages language = Bip39Languages.english])
    : super(language, Bip39WordsListGetter());