Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
:: forall tx. IsChainState tx | |
=> Party | |
-> Tracer IO APIServerLog | |
-> TVar [TimedServerOutput tx] | |
-> (ClientInput tx -> IO ()) | |
-> Projection STM (ServerOutput tx) HeadStatus | Read model to enhance |
-> Projection STM (ServerOutput tx) (Maybe HeadId) | Read model to enhance |
-> Projection STM (ServerOutput tx) (Maybe (UTxOType tx)) | Read model to enhance |
-> TChan (TimedServerOutput tx) | |
-> PendingConnection | |
-> IO () |
nextSequenceNumber :: TVar [TimedServerOutput tx] -> STM Natural Source #