//! `nprofile` — TLV-encoded `(pubkey, [relays])`.
use cratePublicKey;
use crateRelayUrl;
/// Author profile recommendation: a public key plus optional relay hints
/// where the author is reachable.
///
/// Wire form is `bech32("nprofile", TLV[(0, pubkey), (1, relay)*])`.