github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/consense/poa/config.go (about)

     1  package poa
     2  
     3  type CliqueConfig struct {
     4  	Period uint64 `json:"period"` // Number of seconds between blocks to enforce
     5  	Epoch  uint64 `json:"epoch"`  // Epoch length to reset votes and checkpoint
     6  }