static bool validateSeedPhrase({required String seedPhrase}) { return bip39.validateMnemonic(seedPhrase); }