[#wallet-CachedTxIsTrusted-0e] = xref:wallet.adoc[wallet]::CachedTxIsTrusted :relfileprefix: ../ :mrdocs: Returns whether a wallet transaction is trusted, tracking visited parents. == Synopsis Declared in `<wallet/receive.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e11aff1a0)]] bool CachedTxIsTrusted( xref:wallet/CWallet.adoc[CWallet] const& wallet, xref:wallet/CWalletTx.adoc[CWalletTx] const& wtx, std::set<Txid>& trusted_parents); ---- == Return Value true if the transaction is trusted. == Parameters [cols="1,4"] |=== | Name| Description | *wallet* | The wallet that owns the transaction. | *wtx* | The wallet transaction to evaluate. | *trusted_parents* | Set of parent txids already confirmed trusted, updated in place. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#