Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 570 of file bitcoinkernel_wrapper.h.

Member Function Documentation

◆ CountInputs()

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

Definition at line 584 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 579 of file bitcoinkernel_wrapper.h.

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

◆ GetInput()

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

Definition at line 594 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::TransactionApi< Derived >::GetOutput ( size_t index) const
inline

Definition at line 589 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 573 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 608 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 599 of file bitcoinkernel_wrapper.h.

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

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