[#TxRequestTracker-Count] = xref:TxRequestTracker.adoc[TxRequestTracker]::Count :relfileprefix: ../ :mrdocs: Count how many announcements a peer has (REQUESTED, CANDIDATE, and COMPLETED combined). == Synopsis Declared in `<txrequest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t Count(xref:NodeId-08.adoc[NodeId] peer) const; ---- == Return Value Total number of announcements for the peer. == Parameters [cols="1,4"] |=== | Name| Description | *peer* | Peer to count announcements for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#