[#node-MiniMiner-GetMockTemplateTxids] = xref:node.adoc[node]::xref:node/MiniMiner.adoc[MiniMiner]::GetMockTemplateTxids :relfileprefix: ../../ :mrdocs: Returns set of txids in the block template if one has been constructed. == Synopsis Declared in `<node/mini_miner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::set<Txid> GetMockTemplateTxids() const; ---- == Return Value The txids selected into the mock block template. [.small]#Created with https://www.mrdocs.com[MrDocs]#