Governance
Overview
Under which circumstances is the proposal applied?
Under which circumstances is the proposal defeated?
Consensus params
```solidity
struct ConsensusParams {
uint32 activeValidatorsLength;
uint32 epochBlockInterval;
uint32 misdemeanorThreshold;
uint32 felonyThreshold;
uint32 validatorJailEpochLength;
uint32 undelegatePeriod;
}
```BSC compatibility
Last updated
Was this helpful?