Reads a full block from disk for a tree entry.
Declared in <kernel/bitcoinkernel_wrapper.h>
std::optional<Block>
ReadBlock(BlockTreeEntry const& entry) const;
The block, or std::nullopt if it could not be read.
| Name | Description |
|---|---|
| entry | The block tree entry to read. |