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

#include <bitcoinkernel_wrapper.h>

Public Member Functions

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

Private Member Functions

auto impl () const
 
 WtxidApi ()=default
 

Private Attributes

friend Derived
 

Detailed Description

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

Definition at line 531 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ WtxidApi()

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

Member Function Documentation

◆ impl()

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

Definition at line 534 of file bitcoinkernel_wrapper.h.

Here is the caller graph for this function:

◆ operator!=()

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

Definition at line 548 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ operator==()

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

Definition at line 543 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ ToBytes()

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

Definition at line 553 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

Member Data Documentation

◆ Derived

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

Definition at line 539 of file bitcoinkernel_wrapper.h.


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