com.hederahashgraph.api.proto.java.ConsensusDeleteTopicTransactionBodyOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: consensus_delete_topic.proto
package com.hederahashgraph.api.proto.java;
public interface ConsensusDeleteTopicTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ConsensusDeleteTopicTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Topic identifier
*
*
* .proto.TopicID topicID = 1;
* @return Whether the topicID field is set.
*/
boolean hasTopicID();
/**
*
**
* Topic identifier
*
*
* .proto.TopicID topicID = 1;
* @return The topicID.
*/
com.hederahashgraph.api.proto.java.TopicID getTopicID();
/**
*
**
* Topic identifier
*
*
* .proto.TopicID topicID = 1;
*/
com.hederahashgraph.api.proto.java.TopicIDOrBuilder getTopicIDOrBuilder();
}