# IGovernorFactoryEvents

Matt Stam (@mattstam)

IGovernorFactoryEvents

The interface for the events that may be emitted from Git Consensus's IGovernorFactory.

# Events

# GovernorCreated

event GovernorCreated(address instanceAddr, address creatorAddr, address tokenAddr, string name, uint256 votingDelay, uint256 votingPeriod, uint256 proposalThreshold, uint256 quorumNumerator)

# Parameters

Name Type Description
instanceAddr address undefined
creatorAddr address undefined
tokenAddr address undefined
name string undefined
votingDelay uint256 undefined
votingPeriod uint256 undefined
proposalThreshold uint256 undefined
quorumNumerator uint256 undefined