@override Bip32Key doImport(String key) { try { return Bip32VerifyKey.decode(key); } catch (e) { return Bip32SigningKey.decode(key); } }