Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
btck::BlockHeaderApi< Derived > Class Template Reference

#include <bitcoinkernel_wrapper.h>

Public Member Functions

BlockHash Hash () const
BlockHashView PrevHash () const
uint32_t Timestamp () const
uint32_t Bits () const
int32_t Version () const
uint32_t Nonce () const

Private Member Functions

auto impl () const
 BlockHeaderApi ()=default

Private Attributes

friend Derived

Detailed Description

template<typename Derived>
class btck::BlockHeaderApi< Derived >

Definition at line 708 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ BlockHeaderApi()

template<typename Derived>
btck::BlockHeaderApi< Derived >::BlockHeaderApi ( )
privatedefault

Member Function Documentation

◆ Bits()

template<typename Derived>
uint32_t btck::BlockHeaderApi< Derived >::Bits ( ) const
inline

Definition at line 735 of file bitcoinkernel_wrapper.h.

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

◆ Hash()

template<typename Derived>
BlockHash btck::BlockHeaderApi< Derived >::Hash ( ) const
inline

Definition at line 720 of file bitcoinkernel_wrapper.h.

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

◆ impl()

template<typename Derived>
auto btck::BlockHeaderApi< Derived >::impl ( ) const
inlineprivate

Definition at line 711 of file bitcoinkernel_wrapper.h.

Here is the caller graph for this function:

◆ Nonce()

template<typename Derived>
uint32_t btck::BlockHeaderApi< Derived >::Nonce ( ) const
inline

Definition at line 745 of file bitcoinkernel_wrapper.h.

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

◆ PrevHash()

template<typename Derived>
BlockHashView btck::BlockHeaderApi< Derived >::PrevHash ( ) const
inline

Definition at line 725 of file bitcoinkernel_wrapper.h.

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

◆ Timestamp()

template<typename Derived>
uint32_t btck::BlockHeaderApi< Derived >::Timestamp ( ) const
inline

Definition at line 730 of file bitcoinkernel_wrapper.h.

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

◆ Version()

template<typename Derived>
int32_t btck::BlockHeaderApi< Derived >::Version ( ) const
inline

Definition at line 740 of file bitcoinkernel_wrapper.h.

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

Member Data Documentation

◆ Derived

template<typename Derived>
friend btck::BlockHeaderApi< Derived >::Derived
private

Definition at line 716 of file bitcoinkernel_wrapper.h.


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