checkEncryptedSeedExist method
Decrypt and get the backup of seed.
Implementation
Future<bool> checkEncryptedSeedExist(
KeyringEVM keyring, EthWalletData acc, EVMKeyType keyType) async {
return keyring.store.checkSeedExist(keyType, acc.address ?? '');
}