Current section

Files

Jump to
nostr_basics lib nostr_basics models contact.ex
Raw

lib/nostr_basics/models/contact.ex

defmodule NostrBasics.Models.Contact do
@moduledoc """
Represents a nostr contact that's being followed by someone
"""
defstruct [:pubkey, :main_relay, :petname]
end