Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Hydra.Cluster.Fixture
Description
Example values and utilities used across hydra-cluster tests and benchmarks.
Synopsis
- alice :: Party
- bob :: Party
- carol :: Party
- aliceSk :: SigningKey HydraKey
- bobSk :: SigningKey HydraKey
- carolSk :: SigningKey HydraKey
- aliceVk :: VerificationKey HydraKey
- bobVk :: VerificationKey HydraKey
- carolVk :: VerificationKey HydraKey
- cperiod :: ContestationPeriod
- ddeadline :: DepositDeadline
- availableInitialFunds :: Num a => a
- data Actor
- = Alice
- | AliceFunds
- | Bob
- | BobFunds
- | Carol
- | CarolFunds
- | Faucet
- actorName :: Actor -> String
- fundsOf :: Actor -> Actor
- data KnownNetwork
- toNetworkId :: KnownNetwork -> NetworkId
Documentation
availableInitialFunds :: Num a => a Source #
Enumeration of known actors for which we can get the keysFor
and writeKeysFor
.
Constructors
Alice | |
AliceFunds | |
Bob | |
BobFunds | |
Carol | |
CarolFunds | |
Faucet |
data KnownNetwork Source #
A network known to the hydra-cluster. That means we have configuration files to connect to at least these networks.
Constructors
Preview | |
Preproduction | |
Mainnet | |
Sanchonet |
Instances
toNetworkId :: KnownNetwork -> NetworkId Source #