Open joshuasing opened 2 months ago
No response
In hemictl, when making a RPC request like tbcapi-block-headers-by-height, we should be able to provide arguments in the format height=100 instead of needing to provide them as JSON (e.g. {"height": 100}).
hemictl
tbcapi-block-headers-by-height
height=100
{"height": 100}
Confirmation
Problem
No response
Suggested solution
In
hemictl
, when making a RPC request liketbcapi-block-headers-by-height
, we should be able to provide arguments in the formatheight=100
instead of needing to provide them as JSON (e.g.{"height": 100}
).Additional Information
No response