File: Common/CommonMessages.msg
Author: Ingmar Baumgart
P2PNS Register RPC Call
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 |
---|---|---|
name | BinaryValue | the name to register |
address | BinaryValue | the current address of the name |
ttl | int | time to life |
message P2pnsRegisterCall extends BaseCallMessage { fields: BinaryValue name; // the name to register BinaryValue address; // the current address of the name int ttl; // time to life };