Since: cosmos-sdk 0.47.1
A successful response.
groups
is all the groups present in state.
PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest.
message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }