public interface EventMessage
The network message corresponding to an event generated in a Hotmoka node.
-
Method Summary
Modifier and TypeMethodDescriptionYields the reference of the creator of the event.getEvent()Yields the reference of the event object.
-
Method Details
-
getCreator
StorageReference getCreator()Yields the reference of the creator of the event.- Returns:
- the reference of the creator of the event
-
getEvent
StorageReference getEvent()Yields the reference of the event object.- Returns:
- the reference of the event object
-