Skip to content

Commit 34a55a6

Browse files
Link to protobuf Any type
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
1 parent 2e15e76 commit 34a55a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/query/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub struct GrpcQuery {
7676
/// The fully qualified service path used for routing,
7777
/// eg. "custom/cosmos_sdk.x.bank.v1.Query/QueryBalance"
7878
path: String,
79-
/// The expected protobuf message type (not any), binary encoded
79+
/// The expected protobuf message type (not [Any](https://protobuf.dev/programming-guides/proto3/#any)), binary encoded
8080
data: Binary,
8181
}
8282

0 commit comments

Comments
 (0)