[#Chainstate-m_target_utxohash] = xref:Chainstate.adoc[Chainstate]::m_target_utxohash :relfileprefix: ../ :mrdocs: Hash of the UTXO set at the target block, computed when the chainstate reaches the target block, and null before then. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f9513ab3dd8), guarded_by(0x7f9502c96e48), guarded_by(0x7f9525448b78), guarded_by(0x7f95173fee58)]] std::optional<AssumeutxoHash> m_target_utxohash; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#