signNote
Sign a Nostr note event using a private key or NIP-46 remote signing. Provide the unsigned event to receive a signed event.
Instructions
Sign a note event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unsignedEvent | Yes | The unsigned event to sign | |
| privateKey | No | Private key (nsec or hex). Optional when NOSTR_BUNKER_URI is configured. |