View Source Nostr.Event.Validator (Nostr v0.1.3)

Makes sure a signature is valid

Link to this section Summary

Link to this section Functions

@spec validate_event(Nostr.Event.t()) :: :ok
@spec validate_id(Nostr.Event.t()) :: :ok
Link to this function

validate_signature(event)

View Source