[#node-VerifyLoadedChainstate] = xref:node.adoc[node]::VerifyLoadedChainstate :relfileprefix: ../ :mrdocs: Verify a chainstate that has already been loaded. == Synopsis Declared in `<node/chainstate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:node/ChainstateLoadResult.adoc[ChainstateLoadResult] VerifyLoadedChainstate( xref:ChainstateManager.adoc[ChainstateManager]& chainman, xref:node/ChainstateLoadOptions.adoc[ChainstateLoadOptions] const& options); ---- == Return Value A status code paired with an optional error string. == Parameters [cols="1,4"] |=== | Name| Description | *chainman* | The chainstate manager whose chainstate to verify. | *options* | Options controlling how verification is performed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#