Non‐owning view over a btck_BlockTreeEntry, a node in the block index tree.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class BlockTreeEntry
: public View<btck_BlockTreeEntry>
Base Classes
Name |
Description |
Non‐owning view over a const C handle of type |
Member Functions
Name |
Description |
|
Constructs an entry view over |
Returns the ancestor entry at a given height. |
|
Returns the hash of this entry's block. |
|
Returns the header of this entry's block. |
|
Returns the block height of this entry. |
|
Returns the previous (parent) entry, if any. |
|
Returns the borrowed C handle. |
|
Compares two entries for identity. |
Protected Data Members
Name |
Description |
The borrowed C handle. |
Created with MrDocs