QueryVotesRequest is the request type for the Query/Votes RPC method.

from message cosmos.gov.v1beta1.QueryVotesRequest

Hierarchy

Constructors

Properties

pagination?: PageRequest

pagination defines an optional pagination for the request.

from field: cosmos.base.query.v1beta1.PageRequest pagination = 2;

proposalId: bigint = protoInt64.zero

proposal_id defines the unique id of the proposal.

from field: uint64 proposal_id = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.gov.v1beta1.QueryVotesRequest" = "cosmos.gov.v1beta1.QueryVotesRequest"

Methods