getEventHash abstract method

String getEventHash(
  1. Event event
)

Generates the hash of the given event.

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

Returns a String representing the hash of the event.

Implementation

String getEventHash(Event event);