stream property

Stream<Nip01Event> stream
final

A stream of Nip01Event objects returned by the request.

This stream can be listened to for real-time processing of events as they arrive from the nostr request.

Implementation

final Stream<Nip01Event> stream;