File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
sdks-and-apis/sdks/consensus-service Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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(< ; adminKey>)</code ></td ><td >Key</td ><td >Optional</td ></tr ><tr ><td ><code >getSubmitKey(< ; submitKey>)</code ></td ><td >Key</td ><td >Optional</td ></tr ><tr ><td ><code >getTopicMemo(< ; 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
You can’t perform that action at this time.
0 commit comments