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

#include <bitcoinkernel_wrapper.h>

Public Member Functions

size_t CountOutputs () const
 
size_t CountInputs () const
 
TransactionOutputView GetOutput (size_t index) const
 
TransactionInputView GetInput (size_t index) const
 
TxidView Txid () const
 
std::vector< std::byte > ToBytes () const
 

Private Member Functions

auto impl () const
 

Detailed Description

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

Definition at line 568 of file bitcoinkernel_wrapper.h.

Member Function Documentation

◆ CountInputs()

template<typename Derived >
size_t btck::TransactionApi< Derived >::CountInputs ( ) const
inline

Definition at line 582 of file bitcoinkernel_wrapper.h.

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

◆ CountOutputs()

template<typename Derived >
size_t btck::TransactionApi< Derived >::CountOutputs ( ) const
inline

Definition at line 577 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ GetInput()

template<typename Derived >
TransactionInputView btck::TransactionApi< Derived >::GetInput ( size_t  index) const
inline

Definition at line 592 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ GetOutput()

template<typename Derived >
TransactionOutputView btck::TransactionApi< Derived >::GetOutput ( size_t  index) const
inline

Definition at line 587 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ impl()

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

Definition at line 571 of file bitcoinkernel_wrapper.h.

Here is the caller graph for this function:

◆ ToBytes()

template<typename Derived >
std::vector< std::byte > btck::TransactionApi< Derived >::ToBytes ( ) const
inline

Definition at line 606 of file bitcoinkernel_wrapper.h.

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

◆ Txid()

template<typename Derived >
TxidView btck::TransactionApi< Derived >::Txid ( ) const
inline

Definition at line 597 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

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