menu
terra_dart package
documentation
Core/Gov/Msgs/MsgVote.dart
MsgVote
MsgVote constructor
MsgVote constructor
dark_mode
light_mode
MsgVote
constructor
MsgVote
(
double
proposal_id
,
String
voter
,
VoteOption
option
)
Implementation
MsgVote(this.proposal_id, this.voter, this.option);
terra_dart package
documentation
Core/Gov/Msgs/MsgVote
MsgVote
MsgVote constructor
MsgVote class