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

#include <bitcoinkernel_wrapper.h>

Public Member Functions

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

Private Member Functions

auto impl () const
 
 TxidApi ()=default
 

Private Attributes

friend Derived
 

Detailed Description

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

Definition at line 455 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ TxidApi()

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

Member Function Documentation

◆ impl()

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

Definition at line 458 of file bitcoinkernel_wrapper.h.

Here is the caller graph for this function:

◆ operator!=()

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

Definition at line 472 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ operator==()

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

Definition at line 467 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ ToBytes()

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

Definition at line 477 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

Member Data Documentation

◆ Derived

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

Definition at line 463 of file bitcoinkernel_wrapper.h.


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