![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| BlockSpentOutputs (btck_BlockSpentOutputs *block_spent_outputs) | |
| size_t | Count () const |
| TransactionSpentOutputsView | GetTxSpentOutputs (size_t tx_undo_index) const |
Public Member Functions inherited from btck::Handle< btck_BlockSpentOutputs, btck_block_spent_outputs_copy, btck_block_spent_outputs_destroy > | |
| Handle (btck_BlockSpentOutputs *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_BlockSpentOutputs * | get () |
| const btck_BlockSpentOutputs * | get () const |
Additional Inherited Members | |
Protected Attributes inherited from btck::Handle< btck_BlockSpentOutputs, btck_block_spent_outputs_copy, btck_block_spent_outputs_destroy > | |
| btck_BlockSpentOutputs * | m_ptr |
Definition at line 1083 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 1086 of file bitcoinkernel_wrapper.h.
|
inline |
|
inline |