Construct a block manager.
Declared in <node/blockstorage.h>
explicit
BlockManager(
util::SignalInterrupt const& interrupt,
Options opts);
| Name | Description |
|---|---|
| interrupt | Interrupt used to abort long-running load operations. |
| opts | Options controlling block storage behavior. |