Skip to content

Instantly share code, notes, and snippets.

@laurentsenta
Created December 9, 2017 14:54
Show Gist options
  • Save laurentsenta/15aacc08e63735d6dc216bbe9f8da731 to your computer and use it in GitHub Desktop.
Save laurentsenta/15aacc08e63735d6dc216bbe9f8da731 to your computer and use it in GitHub Desktop.
Solidity Code Voter Demonstration
'' 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