vote.move
empty_status (public func)
Creates an empty voting status information.
empty_participants (public func)
Creates an empty voter participant information.
make_VotingEvidence (public func)
Generates a token object to be provided to the person who voted.
is_votestatus_enable (public func)
Checks whether voting is currently allowed.
is_voted (public func)
Checks if a vote has already been cast.
participant (public func)
Provides detailed information about the voter.
votestatus_period_check
Checks if the voting period is currently active.
vote_counting (public func)
Provides the voting results, including: Number of votes in favor, Number of votes against, Total number of voters, Final voting outcome
voting (public func)
The voter proceeds with casting their vote.
votestatus_enable (public func)
Sets the status information for the voting functionality.
Last updated