Bitcoin Core 28.99.0
P2P Digital Currency
blockmanager_args.h
Go to the documentation of this file.
1
2// Copyright (c) 2023 The Bitcoin Core developers
3// Distributed under the MIT software license, see the accompanying
4// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6#ifndef BITCOIN_NODE_BLOCKMANAGER_ARGS_H
7#define BITCOIN_NODE_BLOCKMANAGER_ARGS_H
8
9#include <node/blockstorage.h>
10#include <util/result.h>
11
12class ArgsManager;
13
14namespace node {
16} // namespace node
17
18#endif // BITCOIN_NODE_BLOCKMANAGER_ARGS_H
ArgsManager & args
Definition: bitcoind.cpp:277
kernel::BlockManagerOpts Options
Definition: blockstorage.h:268
Definition: messages.h:20
util::Result< void > ApplyArgsManOptions(const ArgsManager &args, BlockManager::Options &opts)