Interface EventMessage


public interface EventMessage
The network message corresponding to an event generated in a Hotmoka node.
  • 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