Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data ConsensusConfig = ConsensusConfig {
- class HasConsensusConfig env where
Documentation
data ConsensusConfig #
Configuration value used by the entire gini-consensus package.
Instances
HasConsensusConfig ConsensusConfig # | |
Defined in Gini.Consensus.Types |
class HasConsensusConfig env where #
An environment which contains a ConsensusConfig
.
consensusConfigL :: Lens' env ConsensusConfig #
Lens to get or set the ConsensusConfig
Instances
HasConsensusConfig ConsensusConfig # | |
Defined in Gini.Consensus.Types |