[#node-TxOrphanage-GetChildrenFromSamePeer] = xref:node.adoc[node]::xref:node/TxOrphanage.adoc[TxOrphanage]::GetChildrenFromSamePeer :relfileprefix: ../../ :mrdocs: Get all children that spend from this tx and were received from nodeid. Sorted reconsiderable before non‐reconsiderable, then from most recent to least recent. == Synopsis Declared in `<node/txorphanage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::vector<CTransactionRef> GetChildrenFromSamePeer( xref:CTransactionRef.adoc[CTransactionRef] const& parent, xref:NodeId-08.adoc[NodeId] nodeid) const = 0; ---- == Return Value The matching child transactions, sorted as described. == Parameters [cols="1,4"] |=== | Name| Description | *parent* | The parent transaction whose children to collect. | *nodeid* | The peer the children must have been received from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#