QueryVoteResponse is the response type for the Query/Vote RPC method.

interface QueryVoteResponseSDKType {
    vote: undefined | VoteSDKType;
}

Properties

Properties

vote: undefined | VoteSDKType