Bitcoin Core 28.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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

namespace  node
 
namespace  interfaces
 

Functions

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