mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-14 15:59:07 -05:00
Adds quote counts
This commit is contained in:
parent
c8663bb16b
commit
6834c1bfc4
2
85.md
2
85.md
|
@ -19,11 +19,13 @@ Assertions are always addressable events with the `d` tag pointing to the subjec
|
|||
| Zap Number Received | 30382 | pubkey | `"zap_cnt_recd"` (int) |
|
||||
| Zap Number Sent | 30382 | pubkey | `"zap_cnt_sent"` (int) |
|
||||
| Event Comment Count | 30383 | event id | `"comment_cnt"` (int) |
|
||||
| Event Quote Count | 30383 | event id | `"quote_cnt"` (int) |
|
||||
| Event Repost Count | 30383 | event id | `"repost_cnt"` (int) |
|
||||
| Event Reaction Count | 30383 | event id | `"reaction_cnt"` (int) |
|
||||
| Event Zap Count | 30383 | event id | `"zap_cnt"` (int) |
|
||||
| Event Zap Amount | 30383 | event id | `"zap_amount"` (int, sats) |
|
||||
| Address Comment Count | 30384 | event address | `"comment_cnt"` (int) |
|
||||
| Address Quote Count | 30384 | event address | `"quote_cnt"` (int) |
|
||||
| Address Repost Count | 30384 | event address | `"repost_cnt"` (int) |
|
||||
| Address Reaction Count| 30384 | event address | `"reaction_cnt"` (int) |
|
||||
| Address Zap Count | 30384 | event address | `"zap_cnt"` (int) |
|
||||
|
|
Loading…
Reference in New Issue
Block a user