Compare commits

...

2 Commits

Author SHA1 Message Date
Alex Gleason
51d1c6a85e NIP-46: reformat/reword options object 2023-11-20 21:29:39 -06:00
Alex Gleason
716b669fff NIP-46: Add target POW difficulty when signing events 2023-11-20 12:14:52 -06:00

4
46.md
View File

@@ -66,7 +66,9 @@ These are mandatory methods the remote signer app MUST implement:
- params []
- result `pubkey`
- **sign_event**
- params [`event`]
- params [`event`, `options`]
- `options` (object, optional)
- `pow` target proof-of-work difficulty for the signed event
- result `event_with_signature`
#### optional