[#NetMsgType-MEMPOOL] = xref:NetMsgType.adoc[NetMsgType]::MEMPOOL :relfileprefix: ../ :mrdocs: The mempool message requests the TXIDs of transactions that the receiving node has verified as valid but which have not yet appeared in a block. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr char const* MEMPOOL = {"mempool"}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#