soroban-cli
soroban-cli copied to clipboard
New command `stellar feestats`
Command description
Command that uses RPC getFeeStats endpoint
Command flags
Optional --output json flag that changes output format to JSON (printing result object)
Command return value
Print fee stats in human readable format, for example:
Soroban inclusion fee
<space><space>Max: 210
...
I'm not sure this command should be nestled under the network sub command. The network sub command is primarily for configuring the CLI. But here we're placing RPC commands that don't belong elsewhere, under it. Maybe feestats should be a new top level command?
Thoughts @fnando ?
Maybe network info feestats?
(I think I generally prefer stellar feestats over stellar network info feestats though)
Yeah I think stellar feestats, or stellar stats fees. I think I prefer the former.