diff options
Diffstat (limited to '39.md')
| -rw-r--r-- | 39.md | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -13,7 +13,8 @@ Nostr protocol users may have other online identities such as usernames, profile | |||
| 13 | ## `i` tag on a metadata event | 13 | ## `i` tag on a metadata event |
| 14 | 14 | ||
| 15 | A new optional `i` tag is introduced for `kind 0` metadata event defined in [NIP-01](01.md): | 15 | A new optional `i` tag is introduced for `kind 0` metadata event defined in [NIP-01](01.md): |
| 16 | ```json | 16 | |
| 17 | ```jsonc | ||
| 17 | { | 18 | { |
| 18 | "id": <id>, | 19 | "id": <id>, |
| 19 | "pubkey": <pubkey>, | 20 | "pubkey": <pubkey>, |
| @@ -23,7 +24,7 @@ A new optional `i` tag is introduced for `kind 0` metadata event defined in [NIP | |||
| 23 | ["i", "mastodon:bitcoinhackers.org/@semisol", "109775066355589974"] | 24 | ["i", "mastodon:bitcoinhackers.org/@semisol", "109775066355589974"] |
| 24 | ["i", "telegram:1087295469", "nostrdirectory/770"] | 25 | ["i", "telegram:1087295469", "nostrdirectory/770"] |
| 25 | ], | 26 | ], |
| 26 | ... | 27 | // other fields... |
| 27 | } | 28 | } |
| 28 | ``` | 29 | ``` |
| 29 | 30 | ||