Bitcoin ABC
0.30.5
P2P Digital Currency
src
mempool_args.h
Go to the documentation of this file.
1
// Copyright (c) 2022 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_MEMPOOL_ARGS_H
6
#define BITCOIN_MEMPOOL_ARGS_H
7
8
#include <optional>
9
10
class
ArgsManager
;
11
class
CChainParams
;
12
struct
bilingual_str
;
13
namespace
kernel
{
14
struct
MemPoolOptions;
15
};
16
26
[[nodiscard]] std::optional<bilingual_str>
27
ApplyArgsManOptions
(
const
ArgsManager
&argsman,
const
CChainParams
&chainparams,
28
kernel::MemPoolOptions
&mempool_opts);
29
30
#endif
// BITCOIN_MEMPOOL_ARGS_H
ArgsManager
Definition:
args.h:96
CChainParams
CChainParams defines various tweakable parameters of a given instance of the Bitcoin system.
Definition:
chainparams.h:80
ApplyArgsManOptions
std::optional< bilingual_str > 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:24
kernel
Definition:
blockmanager_opts.h:14
bilingual_str
Bilingual messages:
Definition:
translation.h:17
kernel::MemPoolOptions
Options struct containing options for constructing a CTxMemPool.
Definition:
mempool_options.h:28
Generated on Wed Nov 20 2024 17:55:58 for Bitcoin ABC by
1.9.4