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

from message cosmos.gov.v1.QueryVoteRequest

Hierarchy

Constructors

Properties

proposalId: bigint = protoInt64.zero

proposal_id defines the unique id of the proposal.

from field: uint64 proposal_id = 1;

voter: string = ""

voter defines the voter address for the proposals.

from field: string voter = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.gov.v1.QueryVoteRequest" = "cosmos.gov.v1.QueryVoteRequest"

Methods