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

5 lines
123 B
Dart

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