helia
    Preparing search index...

    Interface PeerWantListEntry

    interface PeerWantListEntry {
        cid: CID;
        priority: number;
        status: WantStatus;
        wantType: WantType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cid: CID
    priority: number
    status: WantStatus
    wantType: WantType