import 'package:stackwallet/wallets/crypto_currency/crypto_currency.dart'; abstract class CryptonoteCurrency extends CryptoCurrency { CryptonoteCurrency(super.network); }