Bitcoin Core 28.99.0
P2P Digital Currency
|
#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>
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< Mining > | interfaces::MakeMining (node::NodeContext &node) |
Return implementation of Mining interface. More... | |