libp2p
    Preparing search index...

    Interface PeerstoreRequest

    interface PeerstoreRequest {
        id?: Uint8Array<ArrayBufferLike>;
        protos: string[];
        type?: PeerstoreRequest.Type;
    }
    Index
    id?: Uint8Array<ArrayBufferLike>
    protos: string[]