Bitcoin ABC 0.30.3
P2P Digital Currency
|
#include <avalanche/proof.h>
#include <avalanche/stakecontender.h>
#include <primitives/blockhash.h>
#include <script/script.h>
#include <util/hasher.h>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index_container.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
struct | avalanche::StakeContenderCacheEntry |
struct | avalanche::ManualWinners |
struct | avalanche::stakecontenderid_index |
class | avalanche::StakeContenderCache |
Cache to track stake contenders for recent blocks. More... | |
Namespaces | |
namespace | avalanche |
Enumerations | |
enum | avalanche::StakeContenderStatus : uint8_t { avalanche::UNKNOWN = 0 , avalanche::ACCEPTED = (1 << 0) , avalanche::IN_WINNER_SET = (1 << 1) } |