Imports blocks from the given block files.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
bool
ImportBlocks(std::span<std::string const> const paths);
Return Value
True on success.
Parameters
Name |
Description |
paths |
The block‐file paths to import. |
Created with MrDocs