dione/beacon/domain_separation_tag.go

9 lines
168 B
Go
Raw Normal View History

package beacon
// RandomnessType specifies a type of randomness.
type RandomnessType int64
const (
RandomnessTypeElectionProofProduction RandomnessType = 1 + iota
)