stream property

Stream<ReceivedNostrEvent> stream
final

This the stream of nostr events that you can listen to and get the events.

Implementation

final Stream<ReceivedNostrEvent> stream;