Struct solana_core::heaviest_subtree_fork_choice::HeaviestSubtreeForkChoice [−][src]
Implementations
impl HeaviestSubtreeForkChoice
[src][−]
pub fn best_slot(&self, slot: Slot) -> Option<Slot>
[src]
pub fn best_overall_slot(&self) -> Slot
[src]
pub fn stake_voted_subtree(&self, slot: Slot) -> Option<u64>
[src]
pub fn root(&self) -> Slot
[src]
pub fn max_by_weight(&self, slot1: Slot, slot2: Slot) -> Ordering
[src]
pub fn add_votes(
&mut self,
pubkey_votes: &[(Pubkey, Slot)],
epoch_stakes: &HashMap<Epoch, EpochStakes>,
epoch_schedule: &EpochSchedule
) -> Slot
[src]
&mut self,
pubkey_votes: &[(Pubkey, Slot)],
epoch_stakes: &HashMap<Epoch, EpochStakes>,
epoch_schedule: &EpochSchedule
) -> Slot
pub fn set_root(&mut self, new_root: Slot)
[src]
pub fn add_root_parent(&mut self, root_parent: Slot)
[src]
pub fn add_new_leaf_slot(&mut self, slot: Slot, parent: Option<Slot>)
[src]
pub fn all_slots_stake_voted_subtree(&self) -> Vec<(Slot, u64)>
[src]
pub fn ancestors(&self, start_slot: Slot) -> Vec<Slot>
[src]
pub fn merge(
&mut self,
other: HeaviestSubtreeForkChoice,
merge_leaf: Slot,
epoch_stakes: &HashMap<Epoch, EpochStakes>,
epoch_schedule: &EpochSchedule
)
[src]
&mut self,
other: HeaviestSubtreeForkChoice,
merge_leaf: Slot,
epoch_stakes: &HashMap<Epoch, EpochStakes>,
epoch_schedule: &EpochSchedule
)
pub fn stake_voted_at(&self, slot: Slot) -> Option<u64>
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HeaviestSubtreeForkChoice
impl Send for HeaviestSubtreeForkChoice
impl Sync for HeaviestSubtreeForkChoice
impl Unpin for HeaviestSubtreeForkChoice
impl UnwindSafe for HeaviestSubtreeForkChoice
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,