java.lang.Object
com.hedera.hashgraph.sdk.TopicMessageChunk
A chunk of the topic message.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTopicMessageChunk(ConsensusTopicResponse response) Create a topic message chunk from a protobuf. -
Method Summary
-
Field Details
-
consensusTimestamp
-
contentSize
public final long contentSize -
runningHash
public final byte[] runningHash -
sequenceNumber
public final long sequenceNumber
-
-
Constructor Details
-
TopicMessageChunk
TopicMessageChunk(ConsensusTopicResponse response) Create a topic message chunk from a protobuf.- Parameters:
response- the protobuf
-