Type Alias pkarr::PkarrCacheKey

source ·
pub type PkarrCacheKey = Id;
Expand description

The sha1 hash of the crate::PublicKey used as the key in PkarrCache.

Aliased Type§

struct PkarrCacheKey {
    pub bytes: [u8; 20],
}

Fields§

§bytes: [u8; 20]