libp2p::multihash

Type Alias MultihashGeneric

pub type MultihashGeneric<const N: usize> = Multihash<N>;
๐Ÿ‘ŽDeprecated since 0.18.0: Use `multihash::Multihash instead.
Expand description

Deprecated type-alias for the Multihash type.

Aliased Typeยง

struct MultihashGeneric<const N: usize> { /* private fields */ }