| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Hydra.API.WSServer
Documentation
Arguments
| :: forall tx. IsChainState tx | |
| => Party | |
| -> Tracer IO APIServerLog | |
| -> ConduitT () (TimedServerOutput tx) (ResourceT IO) () | |
| -> (ClientInput tx -> IO ()) | |
| -> Projection STM (StateChanged tx) HeadStatus | Read model to enhance |
| -> Projection STM (StateChanged tx) (Maybe HeadId) | Read model to enhance |
| -> Projection STM (StateChanged tx) (Maybe (UTxOType tx)) | Read model to enhance |
| -> TChan (Either (TimedServerOutput tx) (ClientMessage tx)) | |
| -> ServerOutputFilter tx | |
| -> PendingConnection | |
| -> IO () |