Bitcoin Core  28.1.0
P2P Digital Currency
Classes | Namespaces | Functions
mining.h File Reference
#include <node/types.h>
#include <uint256.h>
#include <memory>
#include <optional>
Include dependency graph for mining.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  interfaces::Mining
 Interface giving clients (RPC, Stratum v2 Template Provider in the future) ability to create block templates. More...
 

Namespaces

 node
 
 interfaces
 

Functions

std::unique_ptr< Mininginterfaces::MakeMining (node::NodeContext &node)
 Return implementation of Mining interface. More...