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 9662f73 commit 9d9131bCopy full SHA for 9d9131b
packages/std/src/query/mod.rs
@@ -85,9 +85,9 @@ pub struct GrpcQuery {
85
/// The fully qualified endpoint path used for routing.
86
/// It follows the format `/service_path/method_name`,
87
/// eg. "/cosmos.authz.v1beta1.Query/Grants"
88
- path: String,
+ pub path: String,
89
/// The expected protobuf message type (not [Any](https://protobuf.dev/programming-guides/proto3/#any)), binary encoded
90
- data: Binary,
+ pub data: Binary,
91
}
92
93
/// A trait that is required to avoid conflicts with other query types like BankQuery and WasmQuery
0 commit comments