Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Ouroboros.Consensus.Config.SecurityParam
Synopsis
- newtype SecurityParam = SecurityParam {}
Documentation
newtype SecurityParam Source #
Protocol security parameter
We interpret this as the number of rollbacks we support.
i.e., k == 1: we can roll back at most one block k == 2: we can roll back at most two blocks, etc
NOTE: This talks about the number of blocks we can roll back, not the number of slots.
Constructors
SecurityParam | |
Fields |