isEventRegistered static method
Implementation
static bool isEventRegistered(ReceivedNostrEvent event) {
return eventsRegistry.containsKey(eventUniqueId(event));
}
static bool isEventRegistered(ReceivedNostrEvent event) {
return eventsRegistry.containsKey(eventUniqueId(event));
}