![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| ChainstateManagerOptions (const Context &context, std::string_view data_dir, std::string_view blocks_dir) | |
| void | SetWorkerThreads (int worker_threads) |
| bool | SetWipeDbs (bool wipe_block_tree, bool wipe_chainstate) |
| void | UpdateBlockTreeDbInMemory (bool block_tree_db_in_memory) |
| void | UpdateChainstateDbInMemory (bool chainstate_db_in_memory) |
Public Member Functions inherited from btck::UniqueHandle< btck_ChainstateManagerOptions, btck_chainstate_manager_options_destroy > | |
| UniqueHandle (btck_ChainstateManagerOptions *ptr) | |
| btck_ChainstateManagerOptions * | get () |
| const btck_ChainstateManagerOptions * | get () const |
Additional Inherited Members | |
Protected Attributes inherited from btck::UniqueHandle< btck_ChainstateManagerOptions, btck_chainstate_manager_options_destroy > | |
| std::unique_ptr< btck_ChainstateManagerOptions, Deleter > | m_ptr |
Definition at line 1031 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 1034 of file bitcoinkernel_wrapper.h.