-
Notifications
You must be signed in to change notification settings - Fork 56
Show transaction fees on TX Detail page #124
Comments
Fees are not exposed via RPC for individual transactions just yet (near/nearcore#1299), so this issue is blocked by nearcore. |
got it |
wait for near/nearcore#2109 |
@icerove Why exactly are we waiting for near/nearcore#2109? It seems that this issue is only blocked by near/near-api-js#242 |
I think gas price can be extracted from block header we already have |
We can do that as well, but pushing nearlib is not that hard as well. |
Definitely can, but it will be slower since we go into nearlib and wait for query again to get gas price. Does not make more sense to do so. Still do the work to expose gas price in the nearlib. |
It is unclear why do you think we already have information about a block header on the transaction details page. I assume we don't have this information there, which means you will need to query it, and gas price response is tiny while block query returns the whole header and all the chunks headers. |
Story
As a user, I want to view the transaction fees for a given transaction, so I can better understand my costs and NEAR's economics.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: