WeightedVoteCheckpointStorage.sol
Structs
Ballot
struct Ballot {
uint256 checkpointId,
uint256 quorum,
uint64 startTime,
uint64 endTime,
uint64 totalProposals,
uint56 totalVoters,
bool isActive,
mapping(uint256 => uint256) proposalToVotes,
mapping(address => uint256) investorToProposal,
mapping(address => bool) exemptedVoters
}Contract Members
Functions
PreviousRegistry for managing polymath feature switches (FeatureRegistry.sol)NextInterface for the Polymath Module Registry contract (IModuleRegistry.sol)
Last updated
Was this helpful?