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

Properties

Properties

protos: string[]