Defines an implementation of poll factory. Instantiates PollRouter contract as a facade for all requests related to poll's functionality defined in PollInterface. Could be used as an instrument of versioning of polls backends.
/contracts/vote/PollFactory.sol

function

createPoll 6a43b855

Creates a new poll and provides all needed data for its instantiation

inputs0address_contractsManager
inputs1address_backend
inputs2uint256_optionsCount
inputs3bytes32_detailsIpfsHash
inputs4uint256_votelimit
inputs5uint256_deadline
outputs0address