[#txindex-02-DB_TXID_HASH_SALT] = xref:txindex-02.adoc[txindex]::DB_TXID_HASH_SALT :relfileprefix: ../ :mrdocs: Key holding the salt used to hash txids. == Synopsis Declared in `<index/txindex_key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline std::string const DB_TXID_HASH_SALT = DB_TXID_HASH_SALT{"txid_hash_salt"}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#