com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ConsensusSubmitMessage.proto
package com.hederahashgraph.api.proto.java;
public interface ConsensusSubmitMessageTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ConsensusSubmitMessageTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
* Topic to submit message to.
*
*
* .proto.TopicID topicID = 1;
*/
boolean hasTopicID();
/**
*
* Topic to submit message to.
*
*
* .proto.TopicID topicID = 1;
*/
com.hederahashgraph.api.proto.java.TopicID getTopicID();
/**
*
* Topic to submit message to.
*
*
* .proto.TopicID topicID = 1;
*/
com.hederahashgraph.api.proto.java.TopicIDOrBuilder getTopicIDOrBuilder();
/**
*
* Message to be submitted. Max size of the Transaction (including signatures) is 6KiB.
*
*
* bytes message = 2;
*/
com.google.protobuf.ByteString getMessage();
/**
*
* Optional information of the current chunk in a fragmented message.
*
*
* .proto.ConsensusMessageChunkInfo chunkInfo = 3;
*/
boolean hasChunkInfo();
/**
*
* Optional information of the current chunk in a fragmented message.
*
*
* .proto.ConsensusMessageChunkInfo chunkInfo = 3;
*/
com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo getChunkInfo();
/**
*
* Optional information of the current chunk in a fragmented message.
*
*
* .proto.ConsensusMessageChunkInfo chunkInfo = 3;
*/
com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfoOrBuilder getChunkInfoOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy