[#ChainstateManager-HistoricalChainstate] = xref:ChainstateManager.adoc[ChainstateManager]::HistoricalChainstate :relfileprefix: ../ :mrdocs: Return historical chainstate targeting a specific block, if any. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1bc17028), requires_capability(0x7f2e146b5378), requires_capability(0x7f2e298fa748), requires_capability(0x7f2e360b7ea8)]] xref:Chainstate.adoc[Chainstate]* HistoricalChainstate() const; ---- == Return Value The historical chainstate, or nullptr if there is none. [.small]#Created with https://www.mrdocs.com[MrDocs]#