menu
coin package
documentation
coin_chains.dart
WatchOnlyTracker
markSpent method
markSpent method
dark_mode
light_mode
markSpent
method
void
markSpent
(
Outpoint
outpoint
)
Implementation
void markSpent(Outpoint outpoint) { final key = _outpointKey(outpoint); _utxos[key]?.spent = true; }
coin package
documentation
coin_chains
WatchOnlyTracker
markSpent method
WatchOnlyTracker class