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