Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 457 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ TxidApi()

template<typename Derived>
btck::TxidApi< Derived >::TxidApi ( )
privatedefault
Here is the caller graph for this function:

Member Function Documentation

◆ impl()

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

Definition at line 460 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 474 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 469 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 479 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::TxidApi< Derived >::Derived
private

Definition at line 465 of file bitcoinkernel_wrapper.h.


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