NostrEventsStream constructor
const
NostrEventsStream({
- required Stream<
NostrEvent> stream, - required String subscriptionId,
- required NostrRequest request,
Represents a holde class for the stream of nostr events and the subscription id.
Implementation
const NostrEventsStream({
required this.stream,
required this.subscriptionId,
required this.request,
});