formatting

This commit is contained in:
Zack Wynne 2023-01-26 17:23:59 -07:00
parent 7ae58de527
commit 92e3521fd0

8
26.md
View File

@ -31,16 +31,16 @@ The **delegation token** should be a 64-byte Schnorr signature of the sha256 has
nostr:delegation:<pubkey of publisher (delegatee)>:<conditions query string>
```
##### Supported Conditions
##### Conditions Query String
The following fields and operators are supported in the above query string:
**Fields**:
###### Fields:
1. `kind`
- **Operators**:
- ###### Operators:
- `=${KIND_NUMBER}` - delegator may only sign events of this kind
2. `created_at`
- **Operators**:
- ###### Operators:
- `<${TIMESTAMP}` - delegator may only sign events created ***before*** the specified timestamp
- `>${TIMESTAMP}` - delegator may only sign events created ***after*** the specified timestamp