![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
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) | |
| Handle (const Handle &other) | |
| Handle (Handle &&other) noexcept | |
| Handle (const ViewType &view) | |
| Handle & | operator= (const Handle &other) |
| Handle & | operator= (Handle &&other) noexcept |
| ~Handle () | |
| btck_Transaction * | get () |
| const btck_Transaction * | get () const |
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_Transaction * | m_ptr |
Definition at line 619 of file bitcoinkernel_wrapper.h.
|
inlineexplicit |
Definition at line 622 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 625 of file bitcoinkernel_wrapper.h.