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