Emitter with support of events history for PollEntity implementation /// Contains all the original event emitting function definitions and events. In case of new events needed later, additional emitters can be developed. All the functions is meant to be called using delegatecall.
/contracts/vote/PollEmitter.sol

event

Error 9cf38cf2

inputs0addressself
inputs1uint256errorCode
event

PollActivated 5628e52d

inputs0addressself
event

PollDetailsHashUpdated 95d3fa70

inputs0addressself
inputs1bytes32hash
event

PollEnded 65de543b

inputs0addressself
event

PollVoted 4e38c414

inputs0addressself
inputs1uint8choice
function

emitError df26ca08

Emitting events

inputs0uint256errorCode
function

emitPollActivated 14696c83

function

emitPollDetailsHashUpdated b6808a9c

inputs0bytes32hash
function

emitPollEnded 6c24d51e

function

emitPollVoted e2bb323b

inputs0uint8choice