[#wallet-COutput-safe] = xref:wallet.adoc[wallet]::xref:wallet/COutput.adoc[COutput]::safe :relfileprefix: ../../ :mrdocs: Whether this output is considered safe to spend. Unconfirmed transactions from outside keys and unconfirmed replacement transactions are considered unsafe and will not be used to fund new spending transactions. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool safe; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#