| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Hydra.Node.Environment
Synopsis
- data Environment = Environment {
- party :: Party
- signingKey :: SigningKey HydraKey
- otherParties :: [Party]
- participants :: [OnChainId]
- contestationPeriod :: ContestationPeriod
- depositPeriod :: DepositPeriod
- configuredPeers :: Text
- mkHeadParameters :: Environment -> HeadParameters
Documentation
data Environment Source #
Constructors
| Environment | |
Fields
| |
Instances
mkHeadParameters :: Environment -> HeadParameters Source #
Make HeadParameters that are consistent with the given Environment.