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 2e15e76 commit 34a55a6Copy full SHA for 34a55a6
packages/std/src/query/mod.rs
@@ -76,7 +76,7 @@ pub struct GrpcQuery {
76
/// The fully qualified service path used for routing,
77
/// eg. "custom/cosmos_sdk.x.bank.v1.Query/QueryBalance"
78
path: String,
79
- /// The expected protobuf message type (not any), binary encoded
+ /// The expected protobuf message type (not [Any](https://protobuf.dev/programming-guides/proto3/#any)), binary encoded
80
data: Binary,
81
}
82
0 commit comments