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

interface QueryVoteResponseAmino {
    vote?: VoteAmino;
}

Properties

Properties

vote?: VoteAmino

vote defined the queried vote.