diff options
| author | Alex Gleason <alex@alexgleason.me> | 2023-11-20 21:29:39 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 21:29:39 -0600 |
| commit | 51d1c6a85ed3e5a0831fdf92ee1d964f386d0390 (patch) | |
| tree | c58b700f1ad32c2dad3ef7cdaf6d9c77ff3350ef | |
| parent | 716b669fff8829c583c6f08e4ac6cf3ed44ffa34 (diff) | |
NIP-46: reformat/reword options objectnip-46-pow
| -rw-r--r-- | 46.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -67,8 +67,8 @@ These are mandatory methods the remote signer app MUST implement: | |||
| 67 | - result `pubkey` | 67 | - result `pubkey` |
| 68 | - **sign_event** | 68 | - **sign_event** |
| 69 | - params [`event`, `options`] | 69 | - params [`event`, `options`] |
| 70 | - options | 70 | - `options` (object, optional) |
| 71 | - `pow` minimum proof-of-work difficulty | 71 | - `pow` target proof-of-work difficulty for the signed event |
| 72 | - result `event_with_signature` | 72 | - result `event_with_signature` |
| 73 | 73 | ||
| 74 | #### optional | 74 | #### optional |