File: Common/BaseOverlayMessage.msg
A basic find node rpc response
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 |
|---|---|---|
| lookupKey | OverlayKey | request nextHops for this key |
message FindNodeCall extends BaseCallMessage { fields: OverlayKey lookupKey; // request nextHops for this key };