Skip to content

Commit 7e788e5

Browse files
updates from PR review
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
1 parent 770e783 commit 7e788e5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

hedera/faqs/network-governance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ title: "Network Governance"
276276
</Accordion>
277277

278278
<Accordion title="Does Hedera have variable-rate transaction pricing?">
279-
Yes. [High-volume entity creation](/hedera/core-concepts/high-volume-entity-creation) transactions
279+
In some cases. [High-volume entity creation](/hedera/core-concepts/high-volume-entity-creation) transactions
280280
(introduced in [HIP-1313](https://hips.hedera.com/hip/hip-1313)) use a variable-rate
281281
pricing model where fees change dynamically based on utilization of the dedicated
282282
high-volume throttle capacity. The pricing curve parameters — including the breakpoints

hedera/sdks-and-apis/sdks/consensus-service/create-a-topic.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,16 @@ println!("The new topic ID is {:?}", topic_id);
161161

162162
## Get transaction values
163163

164-
<table><thead><tr><th>**Method**</th><th>**Type**</th><th>**Requirements**</th></tr></thead><tbody><tr><td><code>getAdminKey(&#x3C;adminKey>)</code></td><td>Key</td><td>Optional</td></tr><tr><td><code>getSubmitKey(&#x3C;submitKey>)</code></td><td>Key</td><td>Optional</td></tr><tr><td><code>getTopicMemo(&#x3C;memo>)</code></td><td>String</td><td>Optional</td></tr><tr><td><code>getAutoRenewAccountId()</code></td><td>AccountId</td><td>Required</td></tr><tr><td><code>getAutoRenewPeriod()</code></td><td>Duration</td><td>Required</td></tr><tr><td><code>getFeeScheduleKey()</code></td><td>Key</td><td>Optional</td></tr><tr><td><code>getFeeExemptKeys()</code></td><td>List</td><td>Optional</td></tr><tr><td><code>getCustomFees()</code></td><td>List</td><td>Optional</td></tr></tbody></table>
164+
| **Method** | **Type** | **Requirements** |
165+
|------------|----------|------------------|
166+
| `getAdminKey(adminKey)` | Key | Optional |
167+
| `getSubmitKey(submitKey)` | Key | Optional |
168+
| `getTopicMemo(memo)` | String | Optional |
169+
| `getAutoRenewAccountId()` | AccountId | Required |
170+
| `getAutoRenewPeriod()` | Duration | Required |
171+
| `getFeeScheduleKey()` | Key | Optional |
172+
| `getFeeExemptKeys()` | List | Optional |
173+
| `getCustomFees()` | List | Optional |
165174

166175
<CodeGroup>
167176

0 commit comments

Comments
 (0)