handleEventBroadcast abstract method

NdkBroadcastResponse handleEventBroadcast({
  1. required Nip01Event nostrEvent,
  2. required EventSigner mySigner,
  3. Iterable<String>? specificRelays,
})

Implementation

NdkBroadcastResponse handleEventBroadcast({
  required Nip01Event nostrEvent,
  required EventSigner mySigner,
  Iterable<String>? specificRelays,
});