Looks up a block tree entry by hash.
Declared in <kernel/bitcoinkernel_wrapper.h>
std::optional<BlockTreeEntry>
GetBlockTreeEntry(BlockHash const& block_hash) const;
The matching entry, or std::nullopt if unknown.
| Name | Description |
|---|---|
| block_hash | The hash to look up. |