[#PrivateBroadcast-NodeConfirmedReception] = xref:PrivateBroadcast.adoc[PrivateBroadcast]::NodeConfirmedReception :relfileprefix: ../ :mrdocs: Mark that the node has confirmed reception of the transaction we sent it by responding with `PONG` to our `PING` message. == Synopsis Declared in `<private_broadcast.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e37684828), requires_capability(0x7f2e219d1da8), requires_capability(0x7f2e1ac64fd8)]] void NodeConfirmedReception(xref:NodeId-08.adoc[NodeId] const& nodeid); ---- == Parameters [cols="1,4"] |=== | Name| Description | *nodeid* [in] | Node that we sent a transaction to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#