[#node-TxDownloadManager-GetRequestsToSend] = xref:node.adoc[node]::xref:node/TxDownloadManager.adoc[TxDownloadManager]::GetRequestsToSend :relfileprefix: ../../ :mrdocs: Get getdata requests to send. == Synopsis Declared in `<node/txdownloadman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<GenTxid> GetRequestsToSend( xref:NodeId-08.adoc[NodeId] nodeid, std::chrono::microseconds current_time); ---- == Return Value The transaction identifiers to request from `nodeid.` == Parameters [cols="1,4"] |=== | Name| Description | *nodeid* | The peer to build requests for. | *current_time* | The current time, used to decide which requests are due. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#