![]() |
Bitcoin Core 32.99.0
P2P Digital Currency
|
#include <any>Go to the source code of this file.
Namespaces | |
| namespace | Consensus |
| Transaction validation functions. | |
| namespace | node |
| namespace | interfaces |
| AddrMan & EnsureAddrman | ( | const node::NodeContext & | node | ) |
Definition at line 127 of file server_util.cpp.
| AddrMan & EnsureAnyAddrman | ( | const std::any & | context | ) |
Definition at line 135 of file server_util.cpp.
| ArgsManager & EnsureAnyArgsman | ( | const std::any & | context | ) |
Definition at line 72 of file server_util.cpp.
| BanMan & EnsureAnyBanman | ( | const std::any & | context | ) |
Definition at line 59 of file server_util.cpp.
| ChainstateManager & EnsureAnyChainman | ( | const std::any & | context | ) |
Definition at line 85 of file server_util.cpp.
| FeeRateEstimatorManager & EnsureAnyFeeEstimatorMan | ( | const std::any & | context | ) |
Definition at line 98 of file server_util.cpp.
| CTxMemPool & EnsureAnyMemPool | ( | const std::any & | context | ) |
Definition at line 45 of file server_util.cpp.
| node::NodeContext & EnsureAnyNodeContext | ( | const std::any & | context | ) |
| ArgsManager & EnsureArgsman | ( | const node::NodeContext & | node | ) |
Definition at line 64 of file server_util.cpp.
| BanMan & EnsureBanman | ( | const node::NodeContext & | node | ) |
Definition at line 51 of file server_util.cpp.
| ChainstateManager & EnsureChainman | ( | const node::NodeContext & | node | ) |
Definition at line 77 of file server_util.cpp.
| CConnman & EnsureConnman | ( | const node::NodeContext & | node | ) |
Definition at line 103 of file server_util.cpp.
| FeeRateEstimatorManager & EnsureFeeEstimatorMan | ( | const node::NodeContext & | node | ) |
Definition at line 90 of file server_util.cpp.
| CTxMemPool & EnsureMemPool | ( | const node::NodeContext & | node | ) |
Definition at line 37 of file server_util.cpp.
| interfaces::Mining & EnsureMining | ( | const node::NodeContext & | node | ) |
Definition at line 111 of file server_util.cpp.
| PeerManager & EnsurePeerman | ( | const node::NodeContext & | node | ) |
Definition at line 119 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 140 of file server_util.cpp.