Skip to content

Commit

Permalink
Add some description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jane Wang authored and Jane Wang committed Jun 7, 2024
1 parent 5639537 commit b80082e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions network/soroban-rpc/api-reference/methods/getFeeStats.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
hide_title: true
description: Returns statistics about charged transaction fees
description: Returns statistics about charged inclusion fees for Soroban transactions and Stellar transactions
---

import { RpcMethod } from "@site/src/components/RpcMethod";

<RpcMethod method="getFeeStats" platform="soroban" />
<RpcMethod method="getFeeStats" platform="soroban" />
4 changes: 2 additions & 2 deletions openrpc/src/methods/getFeeStats.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "getFeeStats",
"summary": "returns statistics about charged transaction fees",
"description": "Statistics about charged transaction fees.",
"summary": "returns statistics about charged inclusion fees",
"description": "Statistics for charged inclusion fees. The inclusion fee statistics are calculated from the inclusion fees that were paid for the transactions to be included onto the ledger. For Soroban transactions and Stellar transactions, they each have their own inclusion fees and own surge pricing. Inclusion fees are used to prevent spam and prioritize transactions during network traffic surge.",
"externalDocs": {
"url": "https://developers.stellar.org/network/soroban-rpc/api-reference/methods/getFeeStats"
},
Expand Down
4 changes: 2 additions & 2 deletions static/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@
},
{
"name": "getFeeStats",
"summary": "returns statistics about charged transaction fees",
"description": "Statistics about charged transaction fees.",
"summary": "returns statistics about charged inclusion fees",
"description": "Statistics for charged inclusion fees. The inclusion fee statistics are calculated from the inclusion fees that were paid for the transactions to be included onto the ledger. For Soroban transactions and Stellar transactions, they each have their own inclusion fees and own surge pricing. Inclusion fees are used to prevent spam and prioritize transactions during network traffic surge.",
"externalDocs": {
"url": "https://developers.stellar.org/network/soroban-rpc/api-reference/methods/getFeeStats"
},
Expand Down

0 comments on commit b80082e

Please sign in to comment.