Bitcoin ABC 0.33.11
P2P Digital Currency
Public Attributes | List of all members
avalanche::StakeContenderCacheInfo Struct Reference

Cache to track stake contenders for recent blocks. More...

#include <stakecontendercache.h>

Collaboration diagram for avalanche::StakeContenderCacheInfo:
[legend]

Public Attributes

BlockHash prevblockhash
 
int64_t prevblocktime
 
ProofId proofid
 
int voteStatus
 

Detailed Description

Cache to track stake contenders for recent blocks.

Definition at line 96 of file stakecontendercache.h.

Member Data Documentation

◆ prevblockhash

BlockHash avalanche::StakeContenderCacheInfo::prevblockhash

Definition at line 97 of file stakecontendercache.h.

◆ prevblocktime

int64_t avalanche::StakeContenderCacheInfo::prevblocktime

Definition at line 98 of file stakecontendercache.h.

◆ proofid

ProofId avalanche::StakeContenderCacheInfo::proofid

Definition at line 99 of file stakecontendercache.h.

◆ voteStatus

int avalanche::StakeContenderCacheInfo::voteStatus

Definition at line 100 of file stakecontendercache.h.


The documentation for this struct was generated from the following file: