address is the account address of the group policy related to proposals.
A successful response.
proposals are the proposals with given group policy.
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; }