File: Common/CommonAPIMessages.msg
Author: Ingmar Baumgart
Message type to order the value corresponding to the OverlayKey key from the node responsible of key
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseCallMessage | A basic Remote-Procedure-Call message |
Name | Type | Description |
---|---|---|
key | OverlayKey | corresponding OverlayKey to the requested value |
message DHTgetCAPICall extends BaseCallMessage { fields: OverlayKey key; // corresponding OverlayKey to the requested value };