libp2p
    Preparing search index...

    Interface OpenStreamEvent

    interface OpenStreamEvent {
        connection: Connection;
        protocols: string[];
    }
    Index

    Properties

    connection: Connection
    protocols: string[]