Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
stakecontendercache.h File Reference
#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>
Include dependency graph for stakecontendercache.h:
This graph shows which files directly or indirectly include this file:

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) }