![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>#include <banman.h>#include <blockfilter.h>#include <btcsignals.h>#include <chain.h>#include <chainparams.h>#include <coins.h>#include <common/args.h>#include <common/settings.h>#include <consensus/amount.h>#include <consensus/merkle.h>#include <consensus/validation.h>#include <external_signer.h>#include <httprpc.h>#include <index/blockfilterindex.h>#include <init.h>#include <interfaces/chain.h>#include <interfaces/handler.h>#include <interfaces/mining.h>#include <interfaces/node.h>#include <interfaces/rpc.h>#include <interfaces/types.h>#include <kernel/context.h>#include <key.h>#include <logging.h>#include <mapport.h>#include <net.h>#include <net_processing.h>#include <net_types.h>#include <netaddress.h>#include <netbase.h>#include <node/blockstorage.h>#include <node/coin.h>#include <node/context.h>#include <node/interface_ui.h>#include <node/kernel_notifications.h>#include <node/miner.h>#include <node/mini_miner.h>#include <node/mining_args.h>#include <node/mining_types.h>#include <node/transaction.h>#include <node/types.h>#include <node/warnings.h>#include <policy/feerate.h>#include <policy/fees/block_policy_estimator.h>#include <policy/policy.h>#include <policy/rbf.h>#include <primitives/block.h>#include <primitives/transaction.h>#include <rpc/blockchain.h>#include <rpc/protocol.h>#include <rpc/request.h>#include <rpc/server.h>#include <sync.h>#include <txmempool.h>#include <uint256.h>#include <univalue.h>#include <util/check.h>#include <util/result.h>#include <util/signalinterrupt.h>#include <util/string.h>#include <util/time.h>#include <util/translation.h>#include <validation.h>#include <validationinterface.h>#include <any>#include <atomic>#include <condition_variable>#include <cstdint>#include <cstdlib>#include <functional>#include <map>#include <memory>#include <optional>#include <string>#include <tuple>#include <utility>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | node |
| namespace | interfaces |
Functions | |
| std::unique_ptr< Node > | interfaces::MakeNode (node::NodeContext &context) |
| Return implementation of Node interface. More... | |
| std::unique_ptr< Chain > | interfaces::MakeChain (node::NodeContext &node) |
| Return implementation of Chain interface. More... | |
| std::unique_ptr< Mining > | interfaces::MakeMining (const node::NodeContext &node, bool wait_loaded=true) |
| Return implementation of Mining interface. More... | |
| std::unique_ptr< Rpc > | interfaces::MakeRpc (node::NodeContext &node) |
| Return implementation of Rpc interface. More... | |
| const std::unique_ptr<CBlockTemplate> m_block_template |
Definition at line 946 of file interfaces.cpp.
| CRPCCommand m_command |
Definition at line 554 of file interfaces.cpp.
| NodeContext* m_context {nullptr} |
Definition at line 443 of file interfaces.cpp.
| const BlockCreateOptions m_create_options |
Definition at line 944 of file interfaces.cpp.
| bool m_interrupt_mining {false} |
Definition at line 1028 of file interfaces.cpp.
| bool m_interrupt_wait {false} |
Definition at line 948 of file interfaces.cpp.
| NodeContext& m_node |
Definition at line 875 of file interfaces.cpp.
| std::shared_ptr<Chain::Notifications> m_notifications |
Definition at line 496 of file interfaces.cpp.
| std::shared_ptr<NotificationsProxy> m_proxy |
Definition at line 516 of file interfaces.cpp.
| ValidationSignals& m_signals |
Definition at line 515 of file interfaces.cpp.
| ::ExternalSigner m_signer |
Definition at line 114 of file interfaces.cpp.
| const CRPCCommand* m_wrapped_command |
Definition at line 555 of file interfaces.cpp.