ConsensusUpdateTopicTransactionBody
| Field | Type | Description | |
|---|---|---|---|
topicID | TopicID | UNDOCUMENTED | |
memo | google.protobuf.StringValue | Short publicly visible memo about the topic. No guarantee of uniqueness. Null for “do not update”. | |
expirationTime | Timestamp | Effective consensus timestamp at (and after) which all consensus transactions and queries will fail. | |
adminKey | Key | Access control for update/delete of the topic. | |
submitKey | Key | Access control for ConsensusService.submitMessage. | |
autoRenewPeriod | Duration | The amount of time to extend the topic’s lifetime automatically at expirationTime if the autoRenewAccount is | |
autoRenewAccount | AccountID | Optional account to be used at the topic’s expirationTime to extend the life of the topic. | |
memo | string | The memo associated with the topic (UTF-8 encoding max 100 bytes) |