Bitcoin Core 30.99.0
P2P Digital Currency
Public Member Functions | Private Member Functions | List of all members
btck::BlockHashApi< Derived > Class Template Reference

#include <bitcoinkernel_wrapper.h>

Public Member Functions

bool operator== (const Derived &other) const
 
bool operator!= (const Derived &other) const
 
std::array< std::byte, 32 > ToBytes () const
 

Private Member Functions

auto impl () const
 

Detailed Description

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

Definition at line 658 of file bitcoinkernel_wrapper.h.

Member Function Documentation

◆ impl()

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

Definition at line 661 of file bitcoinkernel_wrapper.h.

Here is the caller graph for this function:

◆ operator!=()

template<typename Derived >
bool btck::BlockHashApi< Derived >::operator!= ( const Derived other) const
inline

Definition at line 672 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ operator==()

template<typename Derived >
bool btck::BlockHashApi< Derived >::operator== ( const Derived other) const
inline

Definition at line 667 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ ToBytes()

template<typename Derived >
std::array< std::byte, 32 > btck::BlockHashApi< Derived >::ToBytes ( ) const
inline

Definition at line 677 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

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