Implementations
Check if the key is in any of the forks in the ancestors set and with a certain blockhash.
Search for a key with any blockhash Prefer get_status for performance reasons, it doesn’t need to search all blockhashes.
Add a known root fork. Roots are always valid ancestors. After MAX_CACHE_ENTRIES, roots are removed, and any old keys are cleared.
Insert a new key for a specific slot.
pub fn slot_deltas(&self, slots: &[Slot]) -> Vec<SlotDelta<T>>ⓘ
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for StatusCache<T> where
T: RefUnwindSafe,
impl<T> Send for StatusCache<T> where
T: Send,
impl<T> Sync for StatusCache<T> where
T: Send + Sync,
impl<T> Unpin for StatusCache<T> where
T: Unpin,
impl<T> UnwindSafe for StatusCache<T> where
T: UnwindSafe,
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