MessageBodyType.InternalOutput constructor

MessageBodyType.InternalOutput()

Message contains the input of the imported ABI function.

Occurs when contract sends an internal message to other contract.

Implementation

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