Versions in this module Expand all Collapse all v1 v1.0.48 Jan 19, 2023 v1.0.47 Jan 19, 2023 Changes in this version + type MockVoter struct + func NewMockVoter(ctrl *gomock.Controller) *MockVoter + func (m *MockVoter) EXPECT() *MockVoterMockRecorder + func (m *MockVoter) SimulateVoteProposal(proposal *proposal.Proposal) error + func (m *MockVoter) VoteProposal(proposal *proposal.Proposal, opts transactor.TransactOptions) (*common.Hash, error) + type MockVoterMockRecorder struct + func (mr *MockVoterMockRecorder) SimulateVoteProposal(proposal interface{}) *gomock.Call + func (mr *MockVoterMockRecorder) VoteProposal(proposal, opts interface{}) *gomock.Call