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

#include <bitcoinkernel_wrapper.h>

Public Member Functions

int64_t Amount () const
 
ScriptPubkeyView GetScriptPubkey () const
 

Private Member Functions

auto impl () const
 
 TransactionOutputApi ()=default
 

Private Attributes

friend Derived
 

Detailed Description

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

Definition at line 415 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ TransactionOutputApi()

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

Member Function Documentation

◆ Amount()

template<typename Derived >
int64_t btck::TransactionOutputApi< Derived >::Amount ( ) const
inline

Definition at line 427 of file bitcoinkernel_wrapper.h.

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

◆ GetScriptPubkey()

template<typename Derived >
ScriptPubkeyView btck::TransactionOutputApi< Derived >::GetScriptPubkey ( ) const
inline

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

Definition at line 418 of file bitcoinkernel_wrapper.h.

Here is the caller graph for this function:

Member Data Documentation

◆ Derived

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

Definition at line 423 of file bitcoinkernel_wrapper.h.


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