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