| 1296 | { |
| 1297 | public: |
| 1298 | ChainMan(const Context& context, const ChainstateManagerOptions& chainman_opts) |
| 1299 | : UniqueHandle{btck_chainstate_manager_create(chainman_opts.get())} |
| 1300 | { |
| 1301 | } |
| 1302 | |
| 1303 | bool ImportBlocks(const std::span<const std::string> paths) |
| 1304 | { |
nothing calls this directly
no test coverage detected