QueryVotesResponse is the response type for the Query/Votes RPC method.

interface QueryVotesResponseAmino {
    pagination?: PageResponseAmino;
    votes?: VoteAmino[];
}

Properties

Properties

pagination?: PageResponseAmino

pagination defines the pagination in the response.

votes?: VoteAmino[]

votes defined the queried votes.