Struct solana_runtime::commitment::CommitmentSlots [−][src]
pub struct CommitmentSlots { pub slot: Slot, pub root: Slot, pub highest_confirmed_slot: Slot, pub highest_confirmed_root: Slot, }
Fields
slot: Slot
The slot of the bank from which all other slots were calculated.
root: Slot
The current node root
highest_confirmed_slot: Slot
Highest cluster-confirmed slot
highest_confirmed_root: Slot
Highest cluster-confirmed root
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CommitmentSlots
impl Send for CommitmentSlots
impl Sync for CommitmentSlots
impl Unpin for CommitmentSlots
impl UnwindSafe for CommitmentSlots
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V