stack_wallet/lib/wallets/crypto_currency/bip39_currency.dart

6 lines
164 B
Dart
Raw Normal View History

2023-09-18 21:28:31 +00:00
import 'package:stackwallet/wallets/crypto_currency/crypto_currency.dart';
abstract class Bip39Currency extends CryptoCurrency {
Bip39Currency(super.network);
}