[#btck-ChainMan-ReadBlock] = xref:btck.adoc[btck]::xref:btck/ChainMan.adoc[ChainMan]::ReadBlock :relfileprefix: ../../ :mrdocs: Reads a full block from disk for a tree entry. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<Block> ReadBlock(xref:btck/BlockTreeEntry.adoc[BlockTreeEntry] const& entry) const; ---- == Return Value The block, or std::nullopt if it could not be read. == Parameters [cols="1,4"] |=== | Name| Description | *entry* | The block tree entry to read. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#