View Source Nostr.Event.Repost (Nostr Lib v0.1.1) (event) (nip18)

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

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()