Code has been added to clipboard!
Vote Holders in Solidity
Example
struct Voter {
uint weight;
boolean if_voted;
address delegated_to;
uint vote;
}
Code has been added to clipboard!
struct Voter {
uint weight;
boolean if_voted;
address delegated_to;
uint vote;
}