[#node-TxOrphanage-TotalOrphanUsage] = xref:node.adoc[node]::xref:node/TxOrphanage.adoc[TxOrphanage]::TotalOrphanUsage :relfileprefix: ../../ :mrdocs: Get the total usage (weight) of all orphans. If an orphan has multiple announcers, its usage is only counted once within this total. == Synopsis Declared in `<node/txorphanage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:node/TxOrphanage/Usage.adoc[Usage] TotalOrphanUsage() const = 0; ---- == Return Value The combined weight of all stored orphans. [.small]#Created with https://www.mrdocs.com[MrDocs]#