refactor!: migrate Cosmos SDK to CometBFT (#14897)

This commit is contained in:
Julien Robert
2023-02-05 14:51:33 +01:00
committed by GitHub
parent 6978710699
commit 41a3dfeced
391 changed files with 3405 additions and 2984 deletions
+1 -1
View File
@@ -1433,7 +1433,7 @@ func (m *QueryGroupsRequest) GetPagination() *query.PageRequest {
//
// Since: cosmos-sdk 0.47.1
type QueryGroupsResponse struct {
// `groups` is all groups present in state.
// `groups` is all the groups present in state.
Groups []*GroupInfo `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
// pagination defines the pagination in the response.
Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`