diff options
| author | Roland <33993199+rolznz@users.noreply.github.com> | 2025-09-17 19:07:11 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 08:07:11 -0400 |
| commit | 7dfb3b35d813fe9741706ad86d9a454f959b1ac8 (patch) | |
| tree | aa66e4944501a4c810a60461b16dc32e6e6f7c1b | |
| parent | 400d975da36955a11c22f682cbcd3776ecb09867 (diff) | |
docs: clarify NIP-47 zap request metadata (#2064)
| -rw-r--r-- | 47.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -635,9 +635,9 @@ Here are some properties that are recognized by some NWC clients: | |||
| 635 | "nostr": { | 635 | "nostr": { |
| 636 | "pubkey": "string", | 636 | "pubkey": "string", |
| 637 | "tags": [], | 637 | "tags": [], |
| 638 | // ... | 638 | // ... rest of zap request event |
| 639 | }, // NIP-57 (Nostr Zaps) | 639 | }, // NIP-57 Zap Request event (kind 9734) |
| 640 | "tlv_records": [ // tlv records, optional | 640 | "tlv_records": [ |
| 641 | { | 641 | { |
| 642 | "type": 5482373484, // tlv type | 642 | "type": 5482373484, // tlv type |
| 643 | "value": "0123456789abcdef" // hex encoded tlv value | 643 | "value": "0123456789abcdef" // hex encoded tlv value |