docs: clarify NIP-47 zap request metadata (#2064)
This commit is contained in:
parent
400d975da3
commit
7dfb3b35d8
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
|
||||||
|
|
Loading…
Reference in New Issue