stack_wallet/lib/wallets/crypto_currency/interfaces/bip48_currency_interface.dart

6 lines
140 B
Dart
Raw Normal View History

import '../intermediate/bip39_hd_currency.dart';
mixin BIP48CurrencyInterface on Bip39HDCurrency {
// This is just a marker interface.
}