mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-28 06:19:21 +00:00
6 lines
152 B
Dart
6 lines
152 B
Dart
|
import 'package:stackwallet/wallets/crypto_currency/intermediate/bip39_hd_currency.dart';
|
||
|
|
||
|
mixin ElectrumXCurrencyInterface on Bip39HDCurrency {
|
||
|
//
|
||
|
}
|