ConsensusSubmitMessage
ConsensusMessageChunkInfo
Field | Type | Description |
---|---|---|
| TransactionID of the first chunk, gets copied to every subsequent chunk in a fragmented message. | |
| int32 | The total number of chunks in the message. |
| int32 | The sequence number (from 1 to total) of the current chunk in the message. |
ConsensusSubmitMessageTransactionBody
Field | Type | Description |
---|---|---|
| Topic to submit message to. | |
| bytes | Message to be submitted. Max size of a message is 1024 bytes (1 kb). |
| Optional information of the current chunk in a fragmented message. |
🚨 NOTE: Max size of a transaction (including messages and signatures) is 6kb.
Last updated