NorskSystem.iroh property

The shared per-instance iroh endpoint: one key-addressed QUIC identity (NodeId) that every default iroh dial presents and remote peers dial into (iroh://). Endpoint-level connection events arrive via the onIrohEndpointEvent SDK setting.

Signature:

iroh: {
        setup(settings: IrohEndpointSettings): Promise<IrohEndpointInfo>;
        info(): Promise<IrohEndpointInfo>;
        setAllowedPeers(peers: string[] | 'any'): Promise<IrohEndpointInfo>;
        listeners(): Promise<IrohListenerInfo[]>;
    };