[#node-TxOrphanage-LatencyScoreFromPeer] = xref:node.adoc[node]::xref:node/TxOrphanage.adoc[TxOrphanage]::LatencyScoreFromPeer :relfileprefix: ../../ :mrdocs: Latency score of transactions announced by this peer. == Synopsis Declared in `<node/txorphanage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:node/TxOrphanage/Count.adoc[Count] LatencyScoreFromPeer(xref:NodeId-08.adoc[NodeId] peer) const = 0; ---- == Return Value The latency score of `peer's` announcements. == Parameters [cols="1,4"] |=== | Name| Description | *peer* | The peer to score. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#