Yönetim
Genel Bakış
Teklif hangi koşullar altında uygulanır?
Teklif hangi koşullar altında yenilmiş sayılır?
Konsensüs parametreleri
```solidity
struct ConsensusParams {
uint32 activeValidatorsLength;
uint32 epochBlockInterval;
uint32 misdemeanorThreshold;
uint32 felonyThreshold;
uint32 validatorJailEpochLength;
uint32 undelegatePeriod;
}
```BSC uyumluluğu
Last updated
Was this helpful?