add header labels

This commit is contained in:
landonMutch 2023-03-03 13:39:30 +09:00 committed by GitHub
parent 19dfd630d7
commit fe6bd6736e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
69.md
View File

@ -1,5 +1,7 @@
# Poll event
`draft` `optional` `author:toadlyBroodle`
A poll note is a [nostr event](01.md) (kind `6969`) for conducting paid polls. A poll presents two or more voting options, which participants my vote on by sending regular [zap events](57.md) which include an additional `poll_option` vote tag. Poll results may be blinded, until after users have voted. Polls may specify a `closed_at` time, after which results should be unblinded, closed to new votes, and the tally considered final. Poll options may be tallied by either satoshi `value` or vote `count`. Polls may additionally specify a `consensus_threshold`.
## Purpose