mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-11 08:47:33 +00:00
Makes the API safer: callers can't accidentally pass an unparsed or malformed identifier. EmojiUrlTag.emojiSet is now Address?, serialized via toValue() and parsed via Address.parse() (which rejects anything that isn't a well-formed kind:pubkey:dTag).