Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
btck::Transaction Class Reference

#include <bitcoinkernel_wrapper.h>

Inheritance diagram for btck::Transaction:
[legend]
Collaboration diagram for btck::Transaction:
[legend]

Public Member Functions

 Transaction (std::span< const std::byte > raw_transaction)
 Transaction (const TransactionView &view)
Public Member Functions inherited from btck::Handle< btck_Transaction, btck_transaction_copy, btck_transaction_destroy >
 Handle (btck_Transaction *ptr)
Handleoperator= (const Handle &other)
 ~Handle ()
btck_Transactionget ()
Public Member Functions inherited from btck::TransactionApi< Transaction >
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

Additional Inherited Members

Protected Attributes inherited from btck::Handle< btck_Transaction, btck_transaction_copy, btck_transaction_destroy >
btck_Transactionm_ptr

Detailed Description

Definition at line 620 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ Transaction() [1/2]

btck::Transaction::Transaction ( std::span< const std::byte > raw_transaction)
inlineexplicit

Definition at line 623 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ Transaction() [2/2]

btck::Transaction::Transaction ( const TransactionView & view)
inline

Definition at line 626 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

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