Bitcoin ABC
0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
src
node
peerman_args.h
Go to the documentation of this file.
1
#ifndef BITCOIN_NODE_PEERMAN_ARGS_H
2
#define BITCOIN_NODE_PEERMAN_ARGS_H
3
4
#include <
net_processing.h
>
5
6
class
ArgsManager
;
7
8
namespace
node
{
9
void
ApplyArgsManOptions
(
const
ArgsManager
&
argsman
,
10
PeerManager::Options
&options);
11
}
// namespace node
12
13
#endif
// BITCOIN_NODE_PEERMAN_ARGS_H
ArgsManager
Definition
args.h:96
ApplyArgsManOptions
std::optional< bilingual_str > ApplyArgsManOptions(const ArgsManager &argsman, const CChainParams &chainparams, MemPoolOptions &mempool_opts)
Overlay the options set in argsman on top of corresponding members in mempool_opts.
Definition
mempool_args.cpp:24
node
Definition
init.h:28
net_processing.h
GetRand
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...
Definition
random.h:85
PeerManager::Options
Definition
net_processing.h:71
Generated on Sat Nov 23 2024 02:37:59 for Bitcoin ABC by
1.9.8