1use crate::versioned::nip05::Nip05V1;
23/// The content of a webserver's /.well-known/nostr.json file used in NIP-05 and NIP-35
4/// This allows lookup and verification of a nostr user via a `user@domain` style identifier.
5pub type Nip05 = Nip05V1;