Governance
Overview
Consensus params
```solidity
struct ConsensusParams {
uint32 activeValidatorsLength;
uint32 epochBlockInterval;
uint32 misdemeanorThreshold;
uint32 felonyThreshold;
uint32 validatorJailEpochLength;
uint32 undelegatePeriod;
}
```Last updated