Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
btck::BlockTreeEntry Class Reference

#include <bitcoinkernel_wrapper.h>

Inheritance diagram for btck::BlockTreeEntry:
[legend]
Collaboration diagram for btck::BlockTreeEntry:
[legend]

Public Member Functions

 BlockTreeEntry (const btck_BlockTreeEntry *entry)
bool operator== (const BlockTreeEntry &other) const
std::optional< BlockTreeEntryGetPrevious () const
int32_t GetHeight () const
BlockHashView GetHash () const
BlockHeader GetHeader () const
Public Member Functions inherited from btck::View< btck_BlockTreeEntry >
 View (const btck_BlockTreeEntry *ptr)
const btck_BlockTreeEntryget () const

Additional Inherited Members

Protected Attributes inherited from btck::View< btck_BlockTreeEntry >
const btck_BlockTreeEntrym_ptr

Detailed Description

Definition at line 851 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ BlockTreeEntry()

btck::BlockTreeEntry::BlockTreeEntry ( const btck_BlockTreeEntry * entry)
inline

Definition at line 854 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ GetHash()

BlockHashView btck::BlockTreeEntry::GetHash ( ) const
inline

Definition at line 876 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetHeader()

BlockHeader btck::BlockTreeEntry::GetHeader ( ) const
inline

Definition at line 881 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetHeight()

int32_t btck::BlockTreeEntry::GetHeight ( ) const
inline

Definition at line 871 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ GetPrevious()

std::optional< BlockTreeEntry > btck::BlockTreeEntry::GetPrevious ( ) const
inline

Definition at line 864 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator==()

bool btck::BlockTreeEntry::operator== ( const BlockTreeEntry & other) const
inline

Definition at line 859 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

The documentation for this class was generated from the following file: