mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-09-27 20:16:57 +02:00
docs: clarify NIP-47 zap request metadata (#2064)
This commit is contained in:
6
47.md
6
47.md
@@ -635,9 +635,9 @@ Here are some properties that are recognized by some NWC clients:
|
||||
"nostr": {
|
||||
"pubkey": "string",
|
||||
"tags": [],
|
||||
// ...
|
||||
}, // NIP-57 (Nostr Zaps)
|
||||
"tlv_records": [ // tlv records, optional
|
||||
// ... rest of zap request event
|
||||
}, // NIP-57 Zap Request event (kind 9734)
|
||||
"tlv_records": [
|
||||
{
|
||||
"type": 5482373484, // tlv type
|
||||
"value": "0123456789abcdef" // hex encoded tlv value
|
||||
|
Reference in New Issue
Block a user