libp2p
    Preparing search index...

    Interface StreamOpenRequest

    interface StreamOpenRequest {
        peer: Uint8Array;
        proto: string[];
        timeout?: bigint;
    }
    Index
    proto: string[]
    timeout?: bigint