com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBodyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-jdk7 Show documentation
Show all versions of sdk-jdk7 Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: consensus_delete_topic.proto
package com.hedera.hashgraph.sdk.proto;
public interface ConsensusDeleteTopicTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ConsensusDeleteTopicTransactionBody)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* 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.hedera.hashgraph.sdk.proto.TopicID getTopicID();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy