Multihash

Type Alias 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§

pub 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.