Votes
Last updated
Last updated
proposal_id defines the unique id of the proposal.
voter defines the oter address for the proposals.
A successful response.
Vote defines a vote on a governance proposal. A Vote consists of a proposal ID, the voter, and the vote option.
proposal_id defines the unique id of the proposal.
A successful response.
votes defined the queried votes.
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; }