Search
Applies the schnorr signatures to an event and adds signature to it if successful
@spec sign_event( %Nostr.Event{ content: term(), created_at: term(), id: term(), kind: term(), pubkey: term(), sig: term(), tags: term() }, <<_::256>> ) :: {:ok, binary()} | {:error, binary()}