mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 04:34:34 +00:00
5 lines
140 B
Dart
5 lines
140 B
Dart
import '../intermediate/bip39_hd_currency.dart';
|
|
|
|
mixin BIP48CurrencyInterface on Bip39HDCurrency {
|
|
// This is just a marker interface.
|
|
}
|