Versions in this module Expand all Collapse all v0 v0.0.1 Sep 1, 2021 Changes in this version + func EncodeMetadata(entries Metadata) ([]byte, error) + type Item struct + BlockPresent bool + Link cid.Cid + func (t *Item) MarshalCBOR(w io.Writer) error + func (t *Item) UnmarshalCBOR(r io.Reader) error + type Metadata []Item + func DecodeMetadata(data []byte) (Metadata, error)