Skip to main content

Module unsigned

Module unsigned 

Source
Expand description

Event before its signature has been attached.

UnsignedEvent is the value handed to a signer (local Keys, NIP-46 remote signer, NIP-07 browser extension, …). The cryptographic identifier is computed eagerly so the signer only needs to produce a 64-byte Schnorr signature over id.

Structs§

UnsignedEvent
An event whose id has been computed but no signature attached.

Enums§

UnsignedEventError
Errors raised when signing an UnsignedEvent.