Nostr. Event. Repost
(Nostr Lib v0.2.1)
(event)
(nip18)
View Source
This module is deprecated. NIP-27.
Repost
DEPRECATED in favor of NIP-27
Defined in NIP 18 https://github.com/nostr-protocol/nips/blob/master/18.md
Summary
Functions
Parses a kind 6 event into a Repost struct. Logs a deprecation warning.
Types
@type t() :: %Nostr.Event.Repost{ author: nil | <<_::32, _::_*8>>, content: nil | Nostr.Event.t(), event: Nostr.Event.t(), post: <<_::32, _::_*8>>, relay: URI.t() }
Functions
@spec parse(event :: Nostr.Event.t()) :: t()
Parses a kind 6 event into a Repost struct. Logs a deprecation warning.