MsgVoteWeightedAminoArgs constructor

MsgVoteWeightedAminoArgs(
  1. MsgVoteWeightedValueAminoArgs value
)

Implementation

MsgVoteWeightedAminoArgs(this.value) {
  type = GovConstants.MSG_VOTE_WEIGHTED;
}