Created
December 9, 2017 14:54
-
-
Save laurentsenta/15aacc08e63735d6dc216bbe9f8da731 to your computer and use it in GitHub Desktop.
Solidity Code Voter Demonstration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'' Solidity Code (solidity.readthedocs.io) | |
struct Voter { | |
uint weight; | |
bool voted; | |
uint8 vote; | |
address delegate; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment