View Source Nostr.Event.Deletion (Nostr Lib v0.1.1) (event) (nip09)

Event deletion

Defined in NIP 09 https://github.com/nostr-protocol/nips/blob/master/09.md

Summary

Types

@type t() :: %Nostr.Event.Deletion{
  event: Nostr.Event.t(),
  to_delete: [<<_::32, _::_*8>>],
  user: <<_::32, _::_*8>>
}

Functions

@spec parse(event :: Nostr.Event.t()) :: t()