pub type LegacySnapshotHashes = AccountsHashes;

Aliased Type§

struct LegacySnapshotHashes {
    pub from: Pubkey,
    pub hashes: Vec<(u64, Hash)>,
    pub wallclock: u64,
}

Fields§

§from: Pubkey§hashes: Vec<(u64, Hash)>§wallclock: u64

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>