View Source Nostr.Models.Profile (Nostr v0.1.3)

Represents a user's profile

Link to this section Summary

Link to this section Types

@type t() :: %Nostr.Models.Profile{
  about: term(),
  banner: term(),
  display_name: term(),
  lud16: term(),
  name: term(),
  nip05: term(),
  picture: term(),
  website: term()
}