Struct solana_runtime::commitment::CommitmentSlots
source · [−]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
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