![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <common/args.h>#include <consensus/amount.h>#include <kernel/mempool_entry.h>#include <node/blockfitter.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) |
| void | node::ApplyArgsManOptions (const ArgsManager &args, BlockAssembler::Options &options) |
| Apply options from ArgsManager to BlockAssembler options. More... | |
Variables | |
| static const bool | node::DEFAULT_PRINTPRIORITY = false |