-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gRPC query for WASM params #889
Comments
Isn't there a generic params query? (in 0.45) |
You can already do this through the params module
This requires you to know each param key which the only way is by reading the code https://github.com/CosmWasm/wasmd/blob/main/x/wasm/types/params.go#L16 I agree that other modules provide a more convenient way to retrieve all at once without having to know each a |
As there is movement to deprecate the params module, adding a query for params directly makes most sense.
|
Params are present in the WASM module, but there is no way to query for them, either via CLI or gRPC.
Would be very helpful to have this ability
The text was updated successfully, but these errors were encountered: