Returns a topic message the given the consensusTimestamp.
The Unix timestamp in seconds.nanoseconds format, the timestamp at which the associated transaction reached consensus. See unixtimestamp.com for a simple way to convert a date to the 'seconds' part of the Unix time.
^\d{1,10}(.\d{1,9})?$OK
A Unix timestamp in seconds.nanoseconds format
^\d{1,10}(\.\d{1,9})?$"1586567700.453054000"
Network entity ID in the format of shard.realm.num
^\d{1,10}\.\d{1,10}\.\d{1,10}$"0.0.2"
Network entity ID in the format of shard.realm.num
^\d{1,10}\.\d{1,10}\.\d{1,10}$"0.0.2"