mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-27 13:59:21 +00:00
5 lines
111 B
Dart
5 lines
111 B
Dart
import '../intermediate/bip39_hd_currency.dart';
|
|
|
|
mixin ElectrumXCurrencyInterface on Bip39HDCurrency {
|
|
//
|
|
}
|