Struct solana_core::progress_map::ForkProgress
source · [−]pub struct ForkProgress {
pub is_dead: bool,
pub fork_stats: ForkStats,
pub propagated_stats: PropagatedStats,
pub replay_stats: ReplaySlotStats,
pub replay_progress: ConfirmationProgress,
pub retransmit_info: RetransmitInfo,
pub num_blocks_on_fork: u64,
pub num_dropped_blocks_on_fork: u64,
}Fields
is_dead: boolfork_stats: ForkStatspropagated_stats: PropagatedStatsreplay_stats: ReplaySlotStatsreplay_progress: ConfirmationProgressretransmit_info: RetransmitInfonum_blocks_on_fork: u64num_dropped_blocks_on_fork: u64Implementations
sourceimpl ForkProgress
impl ForkProgress
pub fn new(
last_entry: Hash,
prev_leader_slot: Option<Slot>,
validator_stake_info: Option<ValidatorStakeInfo>,
num_blocks_on_fork: u64,
num_dropped_blocks_on_fork: u64
) -> Self
pub fn new_from_bank(
bank: &Bank,
validator_identity: &Pubkey,
validator_vote_pubkey: &Pubkey,
prev_leader_slot: Option<Slot>,
num_blocks_on_fork: u64,
num_dropped_blocks_on_fork: u64
) -> Self
Auto Trait Implementations
impl RefUnwindSafe for ForkProgress
impl Send for ForkProgress
impl Sync for ForkProgress
impl Unpin for ForkProgress
impl UnwindSafe for ForkProgress
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Requestsourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request