Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbhat1 committed Jun 14, 2024
1 parent 276c997 commit 97cf445
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/cosmos/bank/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ service Query {
option (google.api.http).get = "/cosmos/bank/v1beta1/denoms_metadata/{denom}";
}

// DenomMetadataByQueryString queries the client metadata of a given coin denomination.
// Identical with DenomsMetadata but receives denom as query string.
rpc DenomMetadataByQueryString(QueryDenomMetadataByQueryStringRequest) returns (QueryDenomMetadataByQueryStringResponse) {
option (google.api.http).get = "/cosmos/bank/v1beta1/denoms_metadata_by_query_string";
}
Expand Down
4 changes: 4 additions & 0 deletions x/bank/types/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97cf445

Please sign in to comment.