Type Alias litep2p::types::multihash::Multihash

source ·
pub type Multihash = Multihash<64>;
Expand description

A Multihash with the same allocated size as the Multihashes produces by this derive.

Aliased Type§

struct Multihash { /* private fields */ }

Trait Implementations§

source§

impl From<PeerId> for Multihash

source§

fn from(peer_id: PeerId) -> Self

Converts to this type from the input type.