import '../crypto_currency.dart'; abstract class Bip39Currency extends CryptoCurrency { Bip39Currency(super.network); }