mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-12-09 08:38:50 +00: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": {
|
"nostr": {
|
||||||
"pubkey": "string",
|
"pubkey": "string",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
// ...
|
// ... rest of zap request event
|
||||||
}, // NIP-57 (Nostr Zaps)
|
}, // NIP-57 Zap Request event (kind 9734)
|
||||||
"tlv_records": [ // tlv records, optional
|
"tlv_records": [
|
||||||
{
|
{
|
||||||
"type": 5482373484, // tlv type
|
"type": 5482373484, // tlv type
|
||||||
"value": "0123456789abcdef" // hex encoded tlv value
|
"value": "0123456789abcdef" // hex encoded tlv value
|
||||||
|
|||||||
Reference in New Issue
Block a user