MsgVoteWeighted constructor

MsgVoteWeighted(
  1. double proposal_id,
  2. String voter,
  3. List<WeightedVoteOption> option
)

Implementation

MsgVoteWeighted(this.proposal_id, this.voter, this.option);