gini-consensus-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Gini.Consensus.Types

Synopsis

Documentation

data ConsensusConfig #

Configuration value used by the entire gini-consensus package.

Constructors

ConsensusConfig 

class HasConsensusConfig env where #

An environment which contains a ConsensusConfig.

Minimal complete definition

consensusConfigL

Methods

consensusConfigL :: Lens' env ConsensusConfig #

Lens to get or set the ConsensusConfig