Documentation
    Preparing search index...

    Type Alias NetworkAccessHandler

    NetworkAccessHandler: (
        nodeId: NodeId,
        bytes: NetworkAccessBytes,
    ) => Promise<boolean>

    Processing hook for incoming access handshakes.

    The transport awaits this. Return false to deny access, true to grant it.

    Type Declaration