NdkBroadcastResponse constructor

NdkBroadcastResponse({
  1. 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,
});