[#node-PruneLockInfo] = xref:node.adoc[node]::PruneLockInfo :relfileprefix: ../ :mrdocs: Records the oldest block an external component still needs, to guard it from pruning. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PruneLockInfo; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:node/PruneLockInfo/height_first.adoc[`height_first`] | Height of earliest block that should be kept and not pruned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#