![]() |
Bitcoin Core
24.99.0
P2P Digital Currency
|
#include <rpc/server_util.h>
#include <net_processing.h>
#include <node/context.h>
#include <policy/fees.h>
#include <rpc/protocol.h>
#include <rpc/request.h>
#include <txmempool.h>
#include <util/system.h>
#include <validation.h>
#include <any>
Go to the source code of this file.
Functions | |
NodeContext & | EnsureAnyNodeContext (const std::any &context) |
CTxMemPool & | EnsureMemPool (const NodeContext &node) |
CTxMemPool & | EnsureAnyMemPool (const std::any &context) |
ArgsManager & | EnsureArgsman (const NodeContext &node) |
ArgsManager & | EnsureAnyArgsman (const std::any &context) |
ChainstateManager & | EnsureChainman (const NodeContext &node) |
ChainstateManager & | EnsureAnyChainman (const std::any &context) |
CBlockPolicyEstimator & | EnsureFeeEstimator (const NodeContext &node) |
CBlockPolicyEstimator & | EnsureAnyFeeEstimator (const std::any &context) |
CConnman & | EnsureConnman (const NodeContext &node) |
PeerManager & | EnsurePeerman (const NodeContext &node) |
ArgsManager& EnsureAnyArgsman | ( | const std::any & | context | ) |
Definition at line 50 of file server_util.cpp.
ChainstateManager& EnsureAnyChainman | ( | const std::any & | context | ) |
Definition at line 63 of file server_util.cpp.
CBlockPolicyEstimator& EnsureAnyFeeEstimator | ( | const std::any & | context | ) |
Definition at line 76 of file server_util.cpp.
CTxMemPool& EnsureAnyMemPool | ( | const std::any & | context | ) |
Definition at line 37 of file server_util.cpp.
NodeContext& EnsureAnyNodeContext | ( | const std::any & | context | ) |
Definition at line 20 of file server_util.cpp.
ArgsManager& EnsureArgsman | ( | const NodeContext & | node | ) |
Definition at line 42 of file server_util.cpp.
ChainstateManager& EnsureChainman | ( | const NodeContext & | node | ) |
Definition at line 55 of file server_util.cpp.
CConnman& EnsureConnman | ( | const NodeContext & | node | ) |
Definition at line 81 of file server_util.cpp.
CBlockPolicyEstimator& EnsureFeeEstimator | ( | const NodeContext & | node | ) |
Definition at line 68 of file server_util.cpp.
CTxMemPool& EnsureMemPool | ( | const NodeContext & | node | ) |
Definition at line 29 of file server_util.cpp.
PeerManager& EnsurePeerman | ( | const NodeContext & | node | ) |
Definition at line 89 of file server_util.cpp.