![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| TransactionInput (const TransactionInputView &view) | |
Public Member Functions inherited from btck::Handle< btck_TransactionInput, btck_transaction_input_copy, btck_transaction_input_destroy > | |
| Handle (btck_TransactionInput *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_TransactionInput * | get () |
| const btck_TransactionInput * | get () const |
Public Member Functions inherited from btck::TransactionInputApi< TransactionInput > | |
| OutPointView | OutPoint () const |
Additional Inherited Members | |
Protected Attributes inherited from btck::Handle< btck_TransactionInput, btck_transaction_input_copy, btck_transaction_input_destroy > | |
| btck_TransactionInput * | m_ptr |
Definition at line 560 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 563 of file bitcoinkernel_wrapper.h.