JBReconfigurationBufferBallot
Manages approving funding cycle reconfigurations automatically after a buffer period.
Code
Interfaces
| Name | Description | 
|---|---|
IJBFundingCycleBallot | General interface for the methods in this contract that interact with the blockchain's state according to the protocol's rules. | 
Inheritance
| Contract | Description | 
|---|---|
ERC165 | Introspection on interface adherance. | 
Constructor
/**
  @param _duration The number of seconds to wait until a reconfiguration can be either `Approved` or `Failed`.
*/
constructor(uint256 _duration) {
  duration = _duration;
}
_durationis the number of seconds to wait until a reconfiguration can be eitherApprovedorFailed.
Properties
| Function | Definition | 
|---|---|
duration | Traits 
 Returns 
  | 
Read
| Function | Definition | 
|---|---|
stateOf | Params 
 Returns 
  | 
supportsInterface | Params 
 Returns 
  |