Documentation
    Preparing search index...

    Type Alias CustomStreamCreatedCallback

    CustomStreamCreatedCallback: (nodeId: NodeId, stream: IStream) => void

    A callback for when a stream described by a custom protocol was created by a peer.

    Receives the NodeId of the initiating peer.

    Type Declaration