Cid

Type Alias Cid 

Source
pub type Cid = Cid<64>;
Expand description

A Cid that contains a multihash with an allocated size of 512 bits.

This is the same digest size the default multihash code table has.

If you need a CID that is generic over its digest size, use CidGeneric instead.

Aliased Type§

pub struct Cid { /* private fields */ }

Trait Implementations§

Source§

impl From<Link> for Cid

Source§

fn from(val: Link) -> Self

Converts to this type from the input type.