Expose world ID and world timestamp in ZT_NodeStatus

This commit is contained in:
Adam Ierymenko 2015-10-13 12:31:38 -07:00
parent 71348f3ebb
commit 70d8e3ad94
2 changed files with 12 additions and 0 deletions

View file

@ -275,6 +275,16 @@ typedef struct
*/
uint64_t address;
/**
* Current world ID
*/
uint64_t worldId;
/**
* Current world revision/timestamp
*/
uint64_t worldTimestamp;
/**
* Public identity in string-serialized form (safe to send to others)
*