Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AttesterCount is the number of attesters per committee/ AttesterCount = 32 // AttesterReward determines how much ESS attesters get for performing their duty. AttesterReward = 1 // EpochLength is the beacon chain epoch length in blocks. EpochLength = 5 // ShardCount is a fixed number. ShardCount = 20 // DefaultBalance of a validator. DefaultBalance = 32000 // DefaultSwitchDynasty value. DefaultSwitchDynasty = 9999999999999999999 // MaxValidators in the protocol. MaxValidators = 4194304 // NotariesPerCrosslink fixed to 100. NotariesPerCrosslink = 100 // SlotLength in seconds. SlotLength = 8 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.