Struct solana_core::progress_map::PropagatedStats [−][src]
pub struct PropagatedStats {
pub propagated_validators: HashSet<Pubkey>,
pub propagated_node_ids: HashSet<Pubkey>,
pub propagated_validators_stake: u64,
pub is_propagated: bool,
pub is_leader_slot: bool,
pub prev_leader_slot: Option<Slot>,
pub slot_vote_tracker: Option<Arc<RwLock<SlotVoteTracker>>>,
pub cluster_slot_pubkeys: Option<Arc<RwLock<HashMap<Pubkey, u64>>>>,
pub total_epoch_stake: u64,
}Fields
propagated_validators: HashSet<Pubkey>propagated_node_ids: HashSet<Pubkey>propagated_validators_stake: u64is_propagated: boolis_leader_slot: boolprev_leader_slot: Option<Slot>slot_vote_tracker: Option<Arc<RwLock<SlotVoteTracker>>>cluster_slot_pubkeys: Option<Arc<RwLock<HashMap<Pubkey, u64>>>>total_epoch_stake: u64Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PropagatedStats
impl Send for PropagatedStats
impl Sync for PropagatedStats
impl Unpin for PropagatedStats
impl UnwindSafe for PropagatedStats
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
