Module sweep
Expand description
This module contains an OutputSweeper
utility that keeps track of
SpendableOutputDescriptor
s, i.e., persists them in a given KVStore
and regularly retries
sweeping them.
Structs§
- A utility that keeps track of
SpendableOutputDescriptor
s, persists them in a givenKVStore
and regularly retries sweeping them based on a callback given to the constructor methods. - The state of a spendable output currently tracked by an
OutputSweeper
.
Enums§
- The current status of the output spend.
- A
enum
signalling to theOutputSweeper
that it should delay spending an output until a future block height is reached.