verifySignature abstract method

bool verifySignature(
  1. Event event
)

Verifies the signature of the given event.

The event parameter should be an instance of the Event class.

Returns a bool indicating whether the signature of the event is valid.

Implementation

bool verifySignature(Event event);