Class ConsensusDeleteTopicTransactionBody

java.lang.Object
com.google.protobuf.AbstractMessageLite<ConsensusDeleteTopicTransactionBody,ConsensusDeleteTopicTransactionBody.Builder>
com.google.protobuf.GeneratedMessageLite<ConsensusDeleteTopicTransactionBody,ConsensusDeleteTopicTransactionBody.Builder>
com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, ConsensusDeleteTopicTransactionBodyOrBuilder

@Generated public final class ConsensusDeleteTopicTransactionBody extends com.google.protobuf.GeneratedMessageLite<ConsensusDeleteTopicTransactionBody,ConsensusDeleteTopicTransactionBody.Builder> implements ConsensusDeleteTopicTransactionBodyOrBuilder
 *
 Delete a topic.

 Once deleted, subsequent transactions or queries for that topic SHALL NOT
 succeed.<br/>
 If adminKey is set on the topic, this transaction MUST be signed by that
 key.<br/>
 If adminKey is not set on the topic, this transaction SHALL fail with a
 response code of `UNAUTHORIZED`. A topic without an adminKey cannot be
 deleted (but MAY expire).

 ### Block Stream Effects
 None
 
Protobuf type proto.ConsensusDeleteTopicTransactionBody