An options struct for BlockManager, more ergonomically referred to as BlockManager::Options due to the using‐declaration in BlockManager.
Synopsis
Declared in <kernel/blockmanager_opts.h>
struct BlockManagerOpts;
Data Members
Name |
Description |
Parameters for opening the block tree database. |
|
Directory that holds the block and undo files. |
|
Chain parameters governing the block storage. |
|
Whether to prune aggressively, mainly for testing. |
|
Sink for block storage notifications. |
|
Target size, in bytes, to prune the block files down to (0 disables pruning). |
|
Whether to obfuscate (XOR) block files on disk. |
Created with MrDocs