mnemonic property

void mnemonic=(List<String> mnemonic)

Set the 24-word mnemonic used to create or restore a wallet.

Implementation

set mnemonic(List<String> mnemonic) => _mnemonic = mnemonic;