libp2p
    Preparing search index...

    Interface OpenedStreamEvent

    interface OpenedStreamEvent {
        connection: Connection;
        stream: Stream;
    }
    Index

    Properties

    Properties

    connection: Connection
    stream: Stream