[#wallet-CWallet-SpendType] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::SpendType :relfileprefix: ../../ :mrdocs: Describes how far along the spend of an output is. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class SpendType : int; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#