![]() |
Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <rpc/server_util.h>
#include <chain.h>
#include <common/args.h>
#include <net_processing.h>
#include <node/context.h>
#include <node/miner.h>
#include <policy/fees.h>
#include <pow.h>
#include <rpc/protocol.h>
#include <rpc/request.h>
#include <txmempool.h>
#include <util/any.h>
#include <validation.h>
#include <any>
Go to the source code of this file.
AddrMan & EnsureAddrman | ( | const NodeContext & | node | ) |
Definition at line 124 of file server_util.cpp.
AddrMan & EnsureAnyAddrman | ( | const std::any & | context | ) |
Definition at line 132 of file server_util.cpp.
ArgsManager & EnsureAnyArgsman | ( | const std::any & | context | ) |
Definition at line 69 of file server_util.cpp.
BanMan & EnsureAnyBanman | ( | const std::any & | context | ) |
Definition at line 56 of file server_util.cpp.
ChainstateManager & EnsureAnyChainman | ( | const std::any & | context | ) |
Definition at line 82 of file server_util.cpp.
CBlockPolicyEstimator & EnsureAnyFeeEstimator | ( | const std::any & | context | ) |
Definition at line 95 of file server_util.cpp.
CTxMemPool & EnsureAnyMemPool | ( | const std::any & | context | ) |
Definition at line 42 of file server_util.cpp.
NodeContext & EnsureAnyNodeContext | ( | const std::any & | context | ) |
ArgsManager & EnsureArgsman | ( | const NodeContext & | node | ) |
Definition at line 61 of file server_util.cpp.
BanMan & EnsureBanman | ( | const NodeContext & | node | ) |
Definition at line 48 of file server_util.cpp.
ChainstateManager & EnsureChainman | ( | const NodeContext & | node | ) |
Definition at line 74 of file server_util.cpp.
CConnman & EnsureConnman | ( | const NodeContext & | node | ) |
Definition at line 100 of file server_util.cpp.
CBlockPolicyEstimator & EnsureFeeEstimator | ( | const NodeContext & | node | ) |
Definition at line 87 of file server_util.cpp.
CTxMemPool & EnsureMemPool | ( | const NodeContext & | node | ) |
Definition at line 34 of file server_util.cpp.
interfaces::Mining & EnsureMining | ( | const NodeContext & | node | ) |
Definition at line 108 of file server_util.cpp.
PeerManager & EnsurePeerman | ( | const NodeContext & | node | ) |
Definition at line 116 of file server_util.cpp.
void NextEmptyBlockIndex | ( | CBlockIndex & | tip, |
const Consensus::Params & | consensusParams, | ||
CBlockIndex & | next_index | ||
) |
Return an empty block index on top of the tip, with height, time and nBits set.
Definition at line 137 of file server_util.cpp.