Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <consensus/amount.h>
#include <kernel/mempool_entry.h>
#include <primitives/block.h>
#include <txmempool.h>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index_container.hpp>
#include <cstdint>
#include <memory>
#include <optional>
Go to the source code of this file.
Classes | |
struct | node::CBlockTemplateEntry |
struct | node::CBlockTemplate |
class | node::BlockAssembler |
Generate a new block, without valid proof-of-work. More... | |
struct | node::BlockAssembler::Options |
Namespaces | |
namespace | Consensus |
namespace | avalanche |
namespace | node |
Functions | |
int64_t | node::UpdateTime (CBlockHeader *pblock, const CChainParams &chainParams, const CBlockIndex *pindexPrev, int64_t adjustedTime) |
Variables | |
static const bool | node::DEFAULT_PRINTPRIORITY = false |