Bitcoin Core
31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
src
node
mempool_args.h
Go to the documentation of this file.
1
// Copyright (c) 2022-present The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_NODE_MEMPOOL_ARGS_H
6
#define BITCOIN_NODE_MEMPOOL_ARGS_H
7
8
#include <
util/result.h
>
9
10
class
ArgsManager
;
11
class
CChainParams
;
12
struct
bilingual_str
;
13
namespace
kernel
{
14
struct
MemPoolOptions
;
15
};
16
24
[[nodiscard]]
util::Result<void>
ApplyArgsManOptions
(
const
ArgsManager
& argsman,
const
CChainParams
& chainparams,
kernel::MemPoolOptions
& mempool_opts);
25
26
27
#endif
// BITCOIN_NODE_MEMPOOL_ARGS_H
ArgsManager
Definition
args.h:103
CChainParams
CChainParams defines various tweakable parameters of a given instance of the Bitcoin system.
Definition
chainparams.h:77
util::Result
Definition
result.h:36
ApplyArgsManOptions
util::Result< void > ApplyArgsManOptions(const ArgsManager &argsman, const CChainParams &chainparams, kernel::MemPoolOptions &mempool_opts)
Overlay the options set in argsman on top of corresponding members in mempool_opts.
Definition
mempool_args.cpp:45
kernel
Definition
coinstatsindex.h:21
result.h
bilingual_str
Bilingual messages:
Definition
translation.h:24
kernel::MemPoolOptions
Options struct containing options for constructing a CTxMemPool.
Definition
mempool_options.h:37
Generated on
for Bitcoin Core by
1.16.1