Nostr.NIP19.Event (Nostr Lib v0.2.0)
View SourceRepresents a decoded nevent entity.
Fields:
event_id- 32-byte hex-encoded event IDrelays- list of relay URLs where the event might be foundauthor- optional 32-byte hex-encoded author public keykind- optional event kind number
Summary
Types
@type t() :: %Nostr.NIP19.Event{ author: String.t() | nil, event_id: String.t(), kind: non_neg_integer() | nil, relays: [String.t()] }