NIP-46: Add target POW difficulty when signing events

This commit is contained in:
Alex Gleason
2023-11-20 12:14:52 -06:00
committed by GitHub
parent 7822a8b126
commit 716b669fff

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
- `pow` minimum proof-of-work difficulty
- result `event_with_signature`
#### optional