QueryVoteByProposalVoterRequest is the Query/VoteByProposalVoter request type.

from message cosmos.group.v1.QueryVoteByProposalVoterRequest

Hierarchy

Constructors

Properties

proposalId: bigint = protoInt64.zero

proposal_id is the unique ID of a proposal.

from field: uint64 proposal_id = 1;

voter: string = ""

voter is a proposal voter account address.

from field: string voter = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.group.v1.QueryVoteByProposalVoterRequest" = "cosmos.group.v1.QueryVoteByProposalVoterRequest"

Methods