All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBodyOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: consensus_submit_message.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public interface ConsensusSubmitMessageTransactionBodyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.ConsensusSubmitMessageTransactionBody)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * Topic to submit message to.
   * 
* * .proto.TopicID topicID = 1; * @return Whether the topicID field is set. */ boolean hasTopicID(); /** *
   **
   * Topic to submit message to.
   * 
* * .proto.TopicID topicID = 1; * @return The topicID. */ com.hedera.hashgraph.sdk.proto.TopicID getTopicID(); /** *
   **
   * Topic to submit message to.
   * 
* * .proto.TopicID topicID = 1; */ com.hedera.hashgraph.sdk.proto.TopicIDOrBuilder getTopicIDOrBuilder(); /** *
   **
   * Message to be submitted. Max size of the Transaction (including signatures) is 6KiB.
   * 
* * bytes message = 2; * @return The message. */ com.google.protobuf.ByteString getMessage(); /** *
   **
   * Optional information of the current chunk in a fragmented message.
   * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; * @return Whether the chunkInfo field is set. */ boolean hasChunkInfo(); /** *
   **
   * Optional information of the current chunk in a fragmented message.
   * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; * @return The chunkInfo. */ com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo getChunkInfo(); /** *
   **
   * Optional information of the current chunk in a fragmented message.
   * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfoOrBuilder getChunkInfoOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy