[#txindex-02-EMPTY_VALUE] = xref:txindex-02.adoc[txindex]::EMPTY_VALUE :relfileprefix: ../ :mrdocs: Empty value of a hashed txindex row, whose position is encoded in its key. == Synopsis Declared in `<index/txindex_key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr std::array<std::byte, 0> EMPTY_VALUE = {}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#