Class ConsensusDeleteTopicTransactionBody.Builder

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

public static final class ConsensusDeleteTopicTransactionBody.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<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