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

6 lines
123 B
Dart
Raw Normal View History

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