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

#include <bitcoinkernel_wrapper.h>

Public Member Functions

uint32_t GetConfirmationHeight () const
bool IsCoinbase () const
TransactionOutputView GetOutput () const

Private Member Functions

auto impl () const
 CoinApi ()=default

Private Attributes

friend Derived

Detailed Description

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

Definition at line 1092 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ CoinApi()

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

Member Function Documentation

◆ GetConfirmationHeight()

template<typename Derived>
uint32_t btck::CoinApi< Derived >::GetConfirmationHeight ( ) const
inline

Definition at line 1104 of file bitcoinkernel_wrapper.h.

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

◆ GetOutput()

template<typename Derived>
TransactionOutputView btck::CoinApi< Derived >::GetOutput ( ) const
inline

Definition at line 1108 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::CoinApi< Derived >::impl ( ) const
inlineprivate

Definition at line 1095 of file bitcoinkernel_wrapper.h.

Here is the caller graph for this function:

◆ IsCoinbase()

template<typename Derived>
bool btck::CoinApi< Derived >::IsCoinbase ( ) const
inline

Definition at line 1106 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::CoinApi< Derived >::Derived
private

Definition at line 1100 of file bitcoinkernel_wrapper.h.


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