Describes how far along the spend of an output is.
Declared in <wallet/wallet.h>
enum class SpendType : int;
| Name | Description |
|---|---|
UNSPENT | The output is not spent by any known transaction. |
CONFIRMED | The output is spent by a confirmed transaction. |
MEMPOOL | The output is spent by a transaction in the mempool. |
NONMEMPOOL | The output is spent by a transaction that is neither confirmed nor in the mempool. |