vote.move
empty_status (public func)
empty_participants (public func)
make_VotingEvidence (public func)
// func parameter
ctx[TxContext]: transaction information (auto-filled)
is_agree[bool]: vote in favor (true) or against (false)is_votestatus_enable (public func)
// func parameter
vote_status[VoteStatus]: vote status structureis_voted (public func)
// func parameter
participants [VecMap<address, Participant>]: map containing information of all
votersparticipant[Participant]: address information of the current voterparticipant (public func)
votestatus_period_check
vote_counting (public func)
voting (public func)
votestatus_enable (public func)
Last updated