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

interface QueryVoteRequest {
    proposalId: bigint;
    voter: string;
}

Properties

Properties

proposalId: bigint

proposal_id defines the unique id of the proposal.

voter: string

voter defines the oter address for the proposals.