[#g_txindex] = g_txindex :mrdocs: The global transaction index, used in GetTransaction. May be null. == Synopsis Declared in `<index/txindex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- extern std::unique_ptr<TxIndex> g_txindex; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#