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