EdcTopicInfo Data Type

Properties
name data type description
edcTopic EdcTopic
lastMessageOn number
topic string

Example

{
  "edcTopic" : {
    "systemTopic" : true,
    "edcTopic" : true,
    "alertTopic" : true,
    "account" : "...",
    "asset" : "...",
    "semanticTopic" : "...",
    "leafName" : "...",
    "parentTopic" : "...",
    "grandParentTopic" : "...",
    "fullTopic" : "...",
    "topicParts" : [ "...", "..." ]
  },
  "lastMessageOn" : 12345,
  "topic" : "..."
}