Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 <uint256.h>
#include <util/time.h>
#include <cstdint>
#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

Namespaces

namespace  node
namespace  interfaces

Functions

std::unique_ptr< Mininginterfaces::MakeMining (node::NodeContext &node, bool wait_loaded=true)