This commit is contained in:
chengwenxi 2021-05-25 14:42:14 +08:00
parent 435c219999
commit 1571a5911b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ service Query {
option (google.api.http).get = "/cosmos/nft/v1beta1/nfts/{id}";
}
// NFTs queries all proposals based on the optional onwer.
// NFTs queries all NFTs based on the optional onwer.
rpc NFTs(QueryNFTsRequest) returns (QueryNFTsResponse) {
option (google.api.http).get = "/cosmos/nft/v1beta1/nfts";
}