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