Class TopicMessageSubmitTransaction


public final class TopicMessageSubmitTransaction extends ChunkedTransaction<TopicMessageSubmitTransaction>
Submit a message for consensus.

Valid and authorized messages on valid topics will be ordered by the consensus service, gossipped to the mirror net, and published (in order) to all subscribers (from the mirror net) on this topic.

The submitKey (if any) must sign this transaction.

On success, the resulting TransactionReceipt contains the topic's updated topicSequenceNumber and topicRunningHash.