soroban-cli
soroban-cli copied to clipboard
[Question] Requests vs Args
trafficstars
Currently the json args payload is deserialized into the following enum:
https://github.com/stellar/soroban-cli/blob/abce95d81f85941c8696632cd37bb56bc7c5cb39/src/serve.rs#L71-L75
I find this name confusing because the requests are the different methods and this is the arguments. Could this be renamed to JsonArgs?
This issue is stale because it has been assigned for 30 days with no activity. It will be closed in 30 days unless the stale label is removed, and the assignee is removed or updated.