QueryVoteRequest is the request type for the Query/Vote RPC method.

interface QueryVoteRequestAmino {
    proposal_id?: string;
    voter?: string;
}

Properties

Properties

proposal_id?: string

proposal_id defines the unique id of the proposal.

voter?: string

voter defines the oter address for the proposals.