eventUniqueId static method

NostrEventKey eventUniqueId(
  1. ReceivedNostrEvent event
)

Implementation

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