NdkBroadcastResponse constructor
NdkBroadcastResponse({
- required Nip01Event publishedEvent,
a map of relays publishing to String is the relayUrl/identifier Future<String> is the relay response e.g. OK, err reason
Implementation
// Map<String, Completer<String>> _publishingRelays = {};
NdkBroadcastResponse({
required this.publishedEvent,
});