Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Namespaces | Functions
chain.h File Reference
#include <primitives/transaction.h>
#include <primitives/txid.h>
#include <util/settings.h>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for chain.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  interfaces::FoundBlock
 Helper for findBlock to selectively return pieces of block data. More...
 
class  interfaces::Chain
 Interface giving clients (wallet processes, maybe other analysis tools in the future) ability to access to the chain state, receive notifications, estimate fees, and submit transactions. More...
 
class  interfaces::Chain::Notifications
 Chain notifications. More...
 
class  interfaces::ChainClient
 Interface to let node manage chain clients (wallets, or maybe tools for monitoring and analysis in the future). More...
 

Namespaces

 node
 
 Consensus
 
 interfaces
 

Functions

std::unique_ptr< Chaininterfaces::MakeChain (node::NodeContext &node, const CChainParams &params)
 Return implementation of Chain interface. More...