Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChunkInfo ¶
type ChunkInfo struct { InitialTransactionId InitialTransactionId `json:"initial_transaction_id"` Number int64 `json:"number"` Total int64 `json:"total"` }
type InitialTransactionId ¶
type Message ¶
type Message struct { ConsensusTimestamp string `json:"consensus_timestamp"` TopicId string `json:"topic_id"` Contents string `json:"message"` RunningHash string `json:"running_hash"` SequenceNumber int64 `json:"sequence_number"` ChunkInfo *ChunkInfo `json:"chunk_info"` }
Message struct used by the Hedera Mirror node REST API to represent Topic Message
Click to show internal directories.
Click to hide internal directories.