[#node-BlockManager-ReadBlockUndo] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::ReadBlockUndo :relfileprefix: ../../ :mrdocs: Read a block's undo data from disk using its block index entry. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ReadBlockUndo( xref:CBlockUndo.adoc[CBlockUndo]& blockundo, xref:CBlockIndex.adoc[CBlockIndex] const& index) const; ---- == Return Value True on success, false if the undo data could not be read. == Parameters [cols="1,4"] |=== | Name| Description | *blockundo* | Output filled with the deserialized undo data. | *index* | The block index entry identifying the block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#