You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Java tron, there are already interfaces for resource unit price query/wallet/getbandwidthprices and/wallet/getenergyprices, as well as querying memo fee/wallet/getmemofee. These interfaces support HTTP and gRPC calls, but not wallet-cli. There, it is to add these APIs to wallet-cli so that make it convenient for developers to use.
Implementation
Due to the fact that wallet cli, as a client, interacts with TRON service through gRPC, simply add gRPC calls to /wallet/getbandwidthprices,/wallet/getenergyprices and /wallet/getmemofee.
The text was updated successfully, but these errors were encountered:
sounds great, I use wallet-cli all the time, glad to see the implementation~
lxcmyf
changed the title
Add interfaces for querying resource unit prices and memo fee for wallet-cli
Add resource price and memo fee query nterfaces for wallet-cli
Sep 20, 2023
lxcmyf
changed the title
Add resource price and memo fee query nterfaces for wallet-cli
Add resource price and memo fee query interfaces for wallet-cli
Sep 20, 2023
Rationale
In Java tron, there are already interfaces for resource unit price query
/wallet/getbandwidthprices
and/wallet/getenergyprices
, as well as querying memo fee/wallet/getmemofee
. These interfaces support HTTP and gRPC calls, but not wallet-cli. There, it is to add these APIs to wallet-cli so that make it convenient for developers to use.Implementation
Due to the fact that wallet cli, as a client, interacts with TRON service through gRPC, simply add gRPC calls to
/wallet/getbandwidthprices
,/wallet/getenergyprices
and/wallet/getmemofee
.The text was updated successfully, but these errors were encountered: