Hedera
Search…
Hedera
Hedera
Mainnet
Testnets
Mirrornet
Getting Started
Introduction
Environment Set-up
Create an account
Transfer hbar
Try Examples! 👩💻
Core Concepts
Accounts
Keys and Signatures
Scheduled Transaction
Smart Contracts
Hashgraph Consensus Algorithm
Transactions and Queries
State and History
Mirror Nodes
Documentation
Release Notes
SDKs
Hedera API
Basic Types
Cryptocurrency Accounts
Consensus Service
Consensus Service
ConsensusCreateTopic
ConsensusUpdateTopic
ConsensusSubmitMessage
ConsensusDeleteTopic
ConsensusTopicInfo
ConsensusGetTopicInfo
Schedule Service
Token Service
File Service
Smart Contracts
Miscellaneous
Mirror Node API
Signature Provider
Integrating a Hedera Token Service Token
Record and Event Stream File Formats
Changelog
GitHub
Resources
Starter Projects
Demo Applications
Tutorials
Support & Community
Developer Chat
Meetups
Hedera FAQ
Status Page
Brand Guidelines
Powered By
GitBook
ConsensusSubmitMessage
ConsensusMessageChunkInfo
Field
Type
Description
initialTransactionID
TransactionID
TransactionID of the first chunk, gets copied to every subsequent chunk in a fragmented message.
total
int32
The total number of chunks in the message.
number
int32
The sequence number (from 1 to total) of the current chunk in the message.
ConsensusSubmitMessageTransactionBody
Field
Type
Description
topicID
TopicID
Topic to submit message to.
message
bytes
Message to be submitted. Max size of the Transaction (including signatures) is 6kB.
chunkInfo
ConsensusMessageChunkInfo
Optional information of the current chunk in a fragmented message.
Previous
ConsensusUpdateTopic
Next
ConsensusDeleteTopic
Last modified
6d ago
Copy link
Contents
ConsensusMessageChunkInfo
ConsensusSubmitMessageTransactionBody