| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Hydra.NetworkSpec
Description
Test the real networking layer
Documentation
data PeerConfig2 Source #
Constructors
| PeerConfig2 | |
Fields
| |
setup2Peers :: FilePath -> IO PeerConfig2 Source #
data PeerConfig3 Source #
Constructors
| PeerConfig3 | |
Fields
| |
setup3Peers :: FilePath -> IO PeerConfig3 Source #
prop_canRoundtripCBOREncoding :: (ToCBOR a, FromCBOR a, Eq a, Show a) => a -> Property Source #
newRecordingCallback :: MonadSTM m => m (NetworkCallback msg m, m msg, m Connectivity) Source #