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: SlotThe slot of the bank from which all other slots were calculated.
root: SlotThe current node root
highest_confirmed_slot: SlotHighest cluster-confirmed slot
highest_confirmed_root: SlotHighest cluster-confirmed root
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CommitmentSlotsimpl Send for CommitmentSlotsimpl Sync for CommitmentSlotsimpl Unpin for CommitmentSlotsimpl UnwindSafe for CommitmentSlotsBlanket 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 = TShould always be Self
pub fn vzip(self) -> V