File: Common/CommonMessages.msg
Author: Ingmar Baumgart
P2PNS Resolve 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.
BaseResponseMessage | A basic Remote-Procedure-Response message |
Name | Type | Description |
---|---|---|
name | BinaryValue | the name to register |
address | BinaryValue | the current address of the name |
isSuccess | bool | true, if the name was successfully resolved |
message P2pnsResolveResponse extends BaseResponseMessage { fields: BinaryValue name; // the name to register BinaryValue address; // the current address of the name bool isSuccess; // true, if the name was successfully resolved };