Bitcoin Core 28.99.0
P2P Digital Currency
Classes | Namespaces | Functions
mining.h File Reference
#include <consensus/amount.h>
#include <interfaces/types.h>
#include <node/types.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <stdint.h>
#include <uint256.h>
#include <util/time.h>
#include <memory>
#include <optional>
#include <vector>
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::BlockTemplate
 Block template interface. More...
 
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. More...