MsgVoteWeighted constructor
MsgVoteWeighted(
- double proposal_id,
- String voter,
- List<
WeightedVoteOption> option
Implementation
MsgVoteWeighted(this.proposal_id, this.voter, this.option);