Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrZeroTotalWeight is returned when zero total epoch weight is used when calculating eligible slots. ErrZeroTotalWeight = errors.New("zero total weight not allowed") ErrBadBallotData = errors.New("bad ballot data") )
Functions ¶
func CalcEligibleLayer ¶
func CalcEligibleLayer(epochNumber types.EpochID, layersPerEpoch uint32, vrfSig types.VrfSignature) types.LayerID
CalcEligibleLayer calculates the eligible layer from the VRF signature.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.