Bip39Mnemonic.fromList constructor

Bip39Mnemonic.fromList(
  1. List<String> mnemonic
)

Constructs a BIP-39 mnemonic from a list of words. This constructor initializes a BIP-39 mnemonic object using a list of BIP-39 words.

Implementation

Bip39Mnemonic.fromList(List<String> mnemonic) : super.fromList(mnemonic);