Bitcoin Core
25.99.0
P2P Digital Currency
src
node
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
12
class
ArgsManager
;
13
14
namespace
node
{
15
[[nodiscard]]
util::Result<void>
ApplyArgsManOptions
(
const
ArgsManager
&
args
,
BlockManager::Options
& opts);
16
}
// namespace node
17
18
#endif
// BITCOIN_NODE_BLOCKMANAGER_ARGS_H
args
ArgsManager & args
Definition:
bitcoind.cpp:269
blockstorage.h
ArgsManager
Definition:
args.h:97
node::BlockManager::Options
kernel::BlockManagerOpts Options
Definition:
blockstorage.h:195
util::Result< void >
node
Definition:
init.h:25
node::ApplyArgsManOptions
util::Result< void > ApplyArgsManOptions(const ArgsManager &args, BlockManager::Options &opts)
Definition:
blockmanager_args.cpp:17
result.h
Generated on Mon Sep 25 2023 20:02:26 for Bitcoin Core by
1.9.1