pub type LegacySnapshotHashes = AccountsHashes;

Trait Implementations§

source§

impl<'a, 'b> CrdsEntry<'a, 'b> for &'a LegacySnapshotHashes

§

type Key = Pubkey

source§

fn get_entry( table: &'a IndexMap<CrdsValueLabel, VersionedCrdsValue>, key: Self::Key ) -> Option<Self>