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://
Signature:
iroh: {
setup(settings: IrohEndpointSettings): Promise<IrohEndpointInfo>;
info(): Promise<IrohEndpointInfo>;
setAllowedPeers(peers: string[] | 'any'): Promise<IrohEndpointInfo>;
listeners(): Promise<IrohListenerInfo[]>;
};