Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hedera-0c6e0218-feat-hip-1313-high-volume-entity-creation.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

ConsensusMessageChunkInfo

FieldTypeDescription
initialTransactionIDTransactionIDTransactionID of the first chunk, gets copied to every subsequent chunk in a fragmented message.
totalint32The total number of chunks in the message.
numberint32The sequence number (from 1 to total) of the current chunk in the message.

ConsensusSubmitMessageTransactionBody

FieldTypeDescription
topicIDTopicIDTopic to submit message to.
messagebytesMessage to be submitted. Max size of a message is 1024 bytes (1 kb).
chunkInfoConsensusMessageChunkInfoOptional information of the current chunk in a fragmented message.
🚨 NOTE: Max size of a transaction (including messages and signatures) is 6kb.