View Source Nostr.Event.Replaceable (Nostr Lib v0.1.1) (event) (nip16)

Replaceable event

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

Summary

Types

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

Functions

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