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