stream property
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;
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.
final Stream<Nip01Event> stream;