[#wallet-TxStateInactive-2constructor] = xref:wallet.adoc[wallet]::xref:wallet/TxStateInactive.adoc[TxStateInactive]::TxStateInactive :relfileprefix: ../../ :mrdocs: Construct an inactive state, optionally marking the transaction as abandoned. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit TxStateInactive(bool abandoned = false); ---- == Parameters [cols="1,4"] |=== | Name| Description | *abandoned* | Whether the transaction has been abandoned. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#