MsgVote constructor

MsgVote(
  1. double proposal_id,
  2. String voter,
  3. VoteOption option
)

Implementation

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