Nostr.NIP19.Profile (Nostr Lib v0.2.0)

View Source

Represents a decoded nprofile entity.

Fields:

  • pubkey - 32-byte hex-encoded public key
  • relays - list of relay URLs where the profile might be found

Summary

Types

t()

@type t() :: %Nostr.NIP19.Profile{pubkey: String.t(), relays: [String.t()]}