mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 08:25:53 -05:00
NIP-46: Add target POW difficulty when signing events
This commit is contained in:
parent
7822a8b126
commit
716b669fff
4
46.md
4
46.md
|
@ -66,7 +66,9 @@ These are mandatory methods the remote signer app MUST implement:
|
||||||
- params []
|
- params []
|
||||||
- result `pubkey`
|
- result `pubkey`
|
||||||
- **sign_event**
|
- **sign_event**
|
||||||
- params [`event`]
|
- params [`event`, `options`]
|
||||||
|
- options
|
||||||
|
- `pow` minimum proof-of-work difficulty
|
||||||
- result `event_with_signature`
|
- result `event_with_signature`
|
||||||
|
|
||||||
#### optional
|
#### optional
|
||||||
|
|
Loading…
Reference in New Issue
Block a user