Constructs options with the data and block directories.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
ChainstateManagerOptions(
Context const& context,
std::string_view data_dir,
std::string_view blocks_dir);
Parameters
Name |
Description |
context |
The kernel context these options belong to. |
data_dir |
The chainstate data directory. |
blocks_dir |
The block‐file storage directory. |
Created with MrDocs