Bitcoin Core 30.99.0
P2P Digital Currency
Public Member Functions | Private Member Functions | Private Attributes | List of all members
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 1006 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 1018 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ GetOutput()

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

Definition at line 1022 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ impl()

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

Definition at line 1009 of file bitcoinkernel_wrapper.h.

◆ IsCoinbase()

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

Definition at line 1020 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

Member Data Documentation

◆ Derived

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

Definition at line 1014 of file bitcoinkernel_wrapper.h.


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