The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
woop/core/blockchain_leader_rotation.go

8 lines
109 B

package core
type leaderRotationMeta struct {
pub []byte
epoch uint64
count uint64
shifts uint64
}