menu
dart_nostr package
documentation
nostr/core/registry.dart
NostrRegistry
eventUniqueId static method
eventUniqueId static method
dark_mode
light_mode
eventUniqueId
static method
NostrEventKey
eventUniqueId
(
NostrEvent
event
)
Implementation
static NostrEventKey eventUniqueId(NostrEvent event) { return event.uniqueKey(); }
dart_nostr package
documentation
nostr/core/registry
NostrRegistry
eventUniqueId static method
NostrRegistry class