codec property
Multicodec
get
codec
Returns the multicodec of this CID.
Implementation
Multicodec get codec => Multicodec.valueOf(bytes[2]);
Returns the multicodec of this CID.
Multicodec get codec => Multicodec.valueOf(bytes[2]);