[#CTxMemPool-IsUnbroadcastTx] = xref:CTxMemPool.adoc[CTxMemPool]::IsUnbroadcastTx :relfileprefix: ../ :mrdocs: Returns whether a txid is in the unbroadcast set == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b420ea8), requires_capability(0x7ff376fd8858), requires_capability(0x7ff38def7a78), requires_capability(0x7ff3640f8a88), requires_capability(0x7ff3920f8d78), requires_capability(0x7ff37f5cae98), requires_capability(0x7ff37d012118), requires_capability(0x7ff374c15928)]] bool IsUnbroadcastTx(xref:Txid.adoc[Txid] const& txid) const; ---- == Return Value true if the txid is in the unbroadcast set. == Parameters [cols="1,4"] |=== | Name| Description | *txid* | The txid to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#