Versions in this module Expand all Collapse all v1 v1.1.0 Nov 15, 2018 v1.0.0 Nov 15, 2018 Changes in this version + type VotePool struct + AccountVoteCountLimit int + func NewVotePool(legalRole common.RoleType, logInfo string) *VotePool + func (vp *VotePool) AddVote(signHash common.Hash, sign common.Signature, fromAccount common.Address, ...) error + func (vp *VotePool) Clear() + func (vp *VotePool) DelVotes(signHash common.Hash) + func (vp *VotePool) GetVotes(signHash common.Hash) (signs []*common.VerifiedSign)