![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <avalanche/processor.h>#include <avalanche/avalanche.h>#include <avalanche/delegationbuilder.h>#include <avalanche/peermanager.h>#include <avalanche/proofcomparator.h>#include <avalanche/validation.h>#include <avalanche/voterecord.h>#include <chain.h>#include <common/args.h>#include <consensus/activation.h>#include <key_io.h>#include <net.h>#include <netbase.h>#include <netmessagemaker.h>#include <policy/block/stakingrewards.h>#include <scheduler.h>#include <util/bitmanip.h>#include <util/moneystr.h>#include <util/time.h>#include <util/translation.h>#include <chrono>#include <limits>#include <tuple>Go to the source code of this file.
Classes | |
| struct | avalanche::Processor::PeerData |
| class | avalanche::Processor::NotificationsHandler |
Namespaces | |
| namespace | avalanche |
Functions | |
| static uint256 | avalanche::GetVoteItemId (const AnyVoteItem &item) |
| static bool | avalanche::VerifyProof (const Amount &stakeUtxoDustThreshold, const Proof &proof, bilingual_str &error) |
| static bool | avalanche::VerifyDelegation (const Delegation &dg, const CPubKey &expectedPubKey, bilingual_str &error) |
| static bool | avalanche::isNull (const AnyVoteItem &item) |
Variables | |
| static constexpr std::chrono::milliseconds | AVALANCHE_TIME_STEP {10} |
| Run the avalanche event loop every 10ms. More... | |
| static const std::string | AVAPEERS_FILE_NAME {"avapeers.dat"} |
|
staticconstexpr |
Run the avalanche event loop every 10ms.
Definition at line 35 of file processor.cpp.
|
static |
Definition at line 37 of file processor.cpp.
|
private |
Definition at line 522 of file processor.cpp.
|
private |
Definition at line 523 of file processor.cpp.