diff options
| author | Alex Gleason <alex@alexgleason.me> | 2023-11-20 12:14:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 12:14:52 -0600 |
| commit | 716b669fff8829c583c6f08e4ac6cf3ed44ffa34 (patch) | |
| tree | a157d9b2ce8740bbc482f8bed68e532465280998 | |
| parent | 7822a8b12670312aff104ddc03066425882f739d (diff) | |
NIP-46: Add target POW difficulty when signing events
| -rw-r--r-- | 46.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -66,7 +66,9 @@ These are mandatory methods the remote signer app MUST implement: | |||
| 66 | - params [] | 66 | - params [] |
| 67 | - result `pubkey` | 67 | - result `pubkey` |
| 68 | - **sign_event** | 68 | - **sign_event** |
| 69 | - params [`event`] | 69 | - params [`event`, `options`] |
| 70 | - options | ||
| 71 | - `pow` minimum proof-of-work difficulty | ||
| 70 | - result `event_with_signature` | 72 | - result `event_with_signature` |
| 71 | 73 | ||
| 72 | #### optional | 74 | #### optional |