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

interface QueryVoteResponse {
    vote: undefined | Vote;
}

Properties

Properties

vote: undefined | Vote

vote defined the queried vote.