From 6e6f617a8d0f5a2b8d3c76d6f1107dd8f229068a Mon Sep 17 00:00:00 2001 From: yousif <42901524+fullmooner-stack@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:19:58 +0300 Subject: [PATCH] Add description_hash to bolt11 type definitions --- bolt11.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/bolt11.d.ts b/bolt11.d.ts index 74fd82a..241ade7 100644 --- a/bolt11.d.ts +++ b/bolt11.d.ts @@ -60,6 +60,7 @@ declare module "light-bolt11-decoder" { | { name: "timestamp"; letters: string; value: number } | { name: "payment_hash"; tag: "p"; letters: string; value: string } | { name: "description"; tag: "d"; letters: string; value: string } + | { name: "description_hash"; tag: "h"; letters: string; value: string } | { name: "payment_secret"; tag: "s"; letters: string; value: string } | { name: "min_final_cltv_expiry";