
com.hederahashgraph.api.proto.java.ConsensusDeleteTopicTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ConsensusDeleteTopic.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;
*/
boolean hasTopicID();
/**
*
* Topic identifier.
*
*
* .proto.TopicID topicID = 1;
*/
com.hederahashgraph.api.proto.java.TopicID getTopicID();
/**
*
* Topic identifier.
*
*
* .proto.TopicID topicID = 1;
*/
com.hederahashgraph.api.proto.java.TopicIDOrBuilder getTopicIDOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy