View Source Nostr.Event.Ephemeral (Nostr Lib v0.1.1) (event) (nip16)
Ephemeral event
Defined in NIP 16 https://github.com/nostr-protocol/nips/blob/master/16.md
Summary
Types
@type t() :: %Nostr.Event.Ephemeral{event: Nostr.Event.t(), user: <<_::32, _::_*8>>}
Functions
@spec parse(event :: Nostr.Event.t()) :: t()