mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-19 10:41:02 +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
|
|
}
|