Bitcoin Core 30.99.0
P2P Digital Currency
Public Member Functions | List of all members
btck::BlockSpentOutputs Class Reference

#include <bitcoinkernel_wrapper.h>

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

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)
 
Handleoperator= (const Handle &other)
 
Handleoperator= (Handle &&other) noexcept
 
 ~Handle ()
 
btck_BlockSpentOutputsget ()
 
const btck_BlockSpentOutputsget () const
 

Additional Inherited Members

- Protected Attributes inherited from btck::Handle< btck_BlockSpentOutputs, btck_block_spent_outputs_copy, btck_block_spent_outputs_destroy >
btck_BlockSpentOutputsm_ptr
 

Detailed Description

Definition at line 1083 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ BlockSpentOutputs()

btck::BlockSpentOutputs::BlockSpentOutputs ( btck_BlockSpentOutputs block_spent_outputs)
inline

Definition at line 1086 of file bitcoinkernel_wrapper.h.

Member Function Documentation

◆ Count()

size_t btck::BlockSpentOutputs::Count ( ) const
inline

Definition at line 1091 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ GetTxSpentOutputs()

TransactionSpentOutputsView btck::BlockSpentOutputs::GetTxSpentOutputs ( size_t  tx_undo_index) const
inline

Definition at line 1096 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

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