[#txindex-02-DB_TXINDEX_HASHED] = xref:txindex-02.adoc[txindex]::DB_TXINDEX_HASHED :relfileprefix: ../ :mrdocs: Key prefix for a hashed txindex row keyed by txid hash prefix and position. == Synopsis Declared in `<index/txindex_key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr uint8_t DB_TXINDEX_HASHED = {'x'}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#