eventUniqueId static method

NostrEventKey eventUniqueId(
  1. NostrEvent event
)

Implementation

static NostrEventKey eventUniqueId(NostrEvent event) {
  return event.uniqueKey();
}