View Source Nostr.Validator (nostr v0.1.0)

Link to this section Summary

Link to this section Functions

@spec validate_event(%Nostr.Event{
  content: term(),
  created_at: term(),
  id: term(),
  kind: term(),
  pubkey: term(),
  sig: term(),
  tags: term()
}) :: :ok
Link to this function

validate_signature(event)

View Source