menu
coin package
documentation
coin_chains.dart
WatchOnlyTracker
unspent property
unspent property
dark_mode
light_mode
unspent
property
List
<
WatchUtxo
>
get
unspent
Implementation
List<WatchUtxo> get unspent => _utxos.values.where((u) => !u.spent).toList();
coin package
documentation
coin_chains
WatchOnlyTracker
unspent property
WatchOnlyTracker class