MessageBodyType.InternalOutput constructor
Message contains the input of the imported ABI function.
Occurs when contract sends an internal message to other contract.
Implementation
MessageBodyType.InternalOutput() {
_value = 'InternalOutput';
}
Message contains the input of the imported ABI function.
Occurs when contract sends an internal message to other contract.
MessageBodyType.InternalOutput() {
_value = 'InternalOutput';
}