wallet::CWallet::SpendType

Describes how far along the spend of an output is.

Synopsis

Declared in <wallet/wallet.h>

enum class SpendType : int;

Members

NameDescription
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.