Query Signing Requirements
- The client operator private key is required to sign the query request
- Please see the transaction and query fees table for the base transaction fee
- Please use the Hedera fee estimator to estimate your query fee cost
| Method | Type | Requirement |
|---|---|---|
setTopicId(<topicId>) | TopicId | Required |
<TopicInfo>.adminKey | Key | Optional |
<TopicInfo>.submitKey | Key | Optional |
<TopicInfo>.topicId | TopicId | Optional |
<TopicInfo>.sequenceNumber | long | Optional |
<TopicInfo>.runningHash | ByteString | Optional |
<TopicInfo>.memo | String | Optional |
<TopicInfo>.ledgerId | LedgerId | Optional |
<TopicInfo>.expirationTime | Instant | Optional |
<TopicInfo>.autoRenewAccount | AccountId | Optional |
<TopicInfo>.autoRenewPeriod | Instant | Optional |