[#PrivateBroadcast-DidNodeConfirmReception] = xref:PrivateBroadcast.adoc[PrivateBroadcast]::DidNodeConfirmReception :relfileprefix: ../ :mrdocs: Check if the node has confirmed reception of the transaction. == Synopsis Declared in `<private_broadcast.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f950ef0cfa8), requires_capability(0x7f950e3e7ec8), requires_capability(0x7f9502a9e8b8)]] bool DidNodeConfirmReception(xref:NodeId-08.adoc[NodeId] const& nodeid); ---- == Return Value true if the node has confirmed reception, false otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *nodeid* [in] | Node to check for a confirmed reception. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#