We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36093c commit 498d9d3Copy full SHA for 498d9d3
packages/std/src/query/mod.rs
@@ -52,6 +52,7 @@ pub enum QueryRequest<C> {
52
/// The response is protobuf encoded data directly without a JSON response wrapper.
53
/// The caller is responsible for compiling the proper protobuf definitions for both requests and responses.
54
#[cfg(feature = "stargate")]
55
+ #[deprecated = "Please use the GrpcQuery instead"]
56
Stargate {
57
/// this is the fully qualified service path used for routing,
58
/// eg. custom/cosmos_sdk.x.bank.v1.Query/QueryBalance
0 commit comments