ResultMessage

Message sent to client as response to a call if call was sucessfull.

struct ResultMessage {}

Members

Variables

hasResult
bool hasResult;

Whether there's a result value after this message

id
uint id;

The request id repeated

Meta