Helia
    Preparing search index...

    Interface Pin

    interface Pin {
        cid: CID;
        depth: number;
        metadata: Record<string, string | number | boolean>;
    }
    Index

    Properties

    Properties

    cid: CID
    depth: number
    metadata: Record<string, string | number | boolean>