libp2p
    Preparing search index...
    interface StreamHandlerRecord {
        handler: StreamHandler;
        options: StreamHandlerOptions;
    }
    Index

    Properties

    Properties

    handler: StreamHandler

    The handler that was registered to handle streams opened on the protocol

    The options that were used to register the stream handler