Returns the previous (parent) entry, if any.
Declared in <kernel/bitcoinkernel_wrapper.h>
<kernel/bitcoinkernel_wrapper.h>
std::optional<BlockTreeEntry> GetPrevious() const;
The parent entry, or std::nullopt at the genesis block.