Granter
Last updated
Last updated
Since: cosmos-sdk 0.45.2
A successful response.
grants is a list of grants granted by the granter.
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; }