![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
| namespace | node |
| namespace | interfaces |
| AddrMan & EnsureAddrman | ( | const node::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.
| node::NodeContext & EnsureAnyNodeContext | ( | const std::any & | context | ) |
| ArgsManager & EnsureArgsman | ( | const node::NodeContext & | node | ) |
Definition at line 61 of file server_util.cpp.
| BanMan & EnsureBanman | ( | const node::NodeContext & | node | ) |
Definition at line 48 of file server_util.cpp.
| ChainstateManager & EnsureChainman | ( | const node::NodeContext & | node | ) |
Definition at line 74 of file server_util.cpp.
| CConnman & EnsureConnman | ( | const node::NodeContext & | node | ) |
Definition at line 100 of file server_util.cpp.
| CBlockPolicyEstimator & EnsureFeeEstimator | ( | const node::NodeContext & | node | ) |
Definition at line 87 of file server_util.cpp.
| CTxMemPool & EnsureMemPool | ( | const node::NodeContext & | node | ) |
Definition at line 34 of file server_util.cpp.
| interfaces::Mining & EnsureMining | ( | const node::NodeContext & | node | ) |
Definition at line 108 of file server_util.cpp.
| PeerManager & EnsurePeerman | ( | const node::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.