mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-12 13:44:31 +00:00
6 lines
209 B
Dart
6 lines
209 B
Dart
import 'package:stackwallet/wallets/wallet/intermediate/bip39_hd_wallet.dart';
|
|
|
|
mixin CoinControl on Bip39HDWallet {
|
|
// any required here?
|
|
// currently only used to id which wallets support coin control
|
|
}
|