From cec45c619b16734d854f426d70661cb6f5a9258c Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 17 Mar 2025 17:23:39 -0300 Subject: [PATCH] add bitcoin tx to nip73. --- 73.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/73.md b/73.md index d15c5b23..49bf6ae5 100644 --- a/73.md +++ b/73.md @@ -13,17 +13,18 @@ There are certain established global content identifiers such as [Book ISBNs](ht ## Supported IDs -| Type | `i` tag | `k` tag | -| --- | --- | --- | -| URLs | "``" | "web" | -| Hashtags | "#``" | "#" | -| Geohashes | "geo:``" | "geo" | -| Books | "isbn:``" | "isbn" | -| Podcast Feeds | "podcast:guid:``" | "podcast:guid" | -| Podcast Episodes | "podcast:item:guid:``" | "podcast:item:guid" | -| Podcast Publishers | "podcast:publisher:guid:``" | "podcast:publisher:guid" | -| Movies | "isan:``" | "isan" | -| Papers | "doi:``" | "doi" | +| Type | `i` tag | `k` tag | +| --- | --- | --- | +| URLs | "``" | "web" | +| Hashtags | "#``" | "#" | +| Geohashes | "geo:``" | "geo" | +| Books | "isbn:``" | "isbn" | +| Podcast Feeds | "podcast:guid:``" | "podcast:guid" | +| Podcast Episodes | "podcast:item:guid:``" | "podcast:item:guid" | +| Podcast Publishers | "podcast:publisher:guid:``" | "podcast:publisher:guid" | +| Movies | "isan:``" | "isan" | +| Papers | "doi:``" | "doi" | +| Bitcoin Transaction | "bitcoin:tx:``" | "bitcoin:tx" | ---