![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| ChainMan (const Context &context, const ChainstateManagerOptions &chainman_opts) | |
| bool | ImportBlocks (const std::span< const std::string > paths) |
| bool | ProcessBlock (const Block &block, bool *new_block) |
| ChainView | GetChain () const |
| std::optional< BlockTreeEntry > | GetBlockTreeEntry (const BlockHash &block_hash) const |
| std::optional< Block > | ReadBlock (const BlockTreeEntry &entry) const |
| BlockSpentOutputs | ReadBlockSpentOutputs (const BlockTreeEntry &entry) const |
Additional Inherited Members | |
Private Member Functions inherited from btck::UniqueHandle< btck_ChainstateManager, btck_chainstate_manager_destroy > | |
| UniqueHandle (btck_ChainstateManager *ptr) | |
| btck_ChainstateManager * | get () |
| const btck_ChainstateManager * | get () const |
Private Attributes inherited from btck::UniqueHandle< btck_ChainstateManager, btck_chainstate_manager_destroy > | |
| std::unique_ptr< btck_ChainstateManager, Deleter > | m_ptr |
Definition at line 1104 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 1107 of file bitcoinkernel_wrapper.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |