stack_wallet/lib/wallets/crypto_currency/intermediate/cryptonote_currency.dart

6 lines
174 B
Dart
Raw Normal View History

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