File: Applications/Scribe/ScribeMessage.msg
(no description)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseResponseMessage | A basic Remote-Procedure-Response message |
Name | Type | Description |
---|---|---|
groupId | OverlayKey | HACK. The key is already included in BaseRouteMessage, but it gets lost in handleRpc |
wrongRoot | bool |
message ScribePublishResponse extends BaseResponseMessage { fields: OverlayKey groupId; // HACK. The key is already included in BaseRouteMessage, // but it gets lost in handleRpc bool wrongRoot = false; }