diff options
| -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 |