static bool validateMnemonic(String mnemonic) { try { _mnemonicToEntropy(mnemonic); } catch (e) { return false; } return true; }