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

interface QueryVotesResponseSDKType {
    pagination?: PageResponseSDKType;
    votes: VoteSDKType[];
}

Properties

Properties

pagination?: PageResponseSDKType
votes: VoteSDKType[]