MessageBodyType.Event constructor

MessageBodyType.Event()

Message contains the input of the ABI event.

Implementation

MessageBodyType.Event() {
  _value = 'Event';
}