[#wallet-COutput-depth] = xref:wallet.adoc[wallet]::xref:wallet/COutput.adoc[COutput]::depth :relfileprefix: ../../ :mrdocs: Depth in block chain. If > 0: the tx is on chain and has this many confirmations. If = 0: the tx is waiting confirmation. If < 0: a conflicting tx is on chain and has this many confirmations. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int depth; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#