MessageBodyType.Input constructor

MessageBodyType.Input()

Message contains the input of the ABI function.

Implementation

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