Subscription: AsyncIterable<Data> & {
    close: (() => void);
    topic: Name;
}

Type declaration

  • close: (() => void)
      • (): void
      • Unsubscribe.

        Returns void

  • Readonly topic: Name

Generated using TypeDoc