plutus-pab-1.2.0.0
Safe HaskellNone
LanguageHaskell2010

Cardano.Node.Client

Synopsis

Documentation

healthcheck :: ClientM NoContent Source #

consumeEventHistory :: ClientM EmulatorLogs Source #

handleNodeClientClient :: forall m effs. (LastMember m effs, MonadIO m, Member (Error PABError) effs, Member (Reader (Maybe TxSendHandle)) effs, Member (Reader ChainSyncHandle) effs) => Params -> NodeClientEffect ~> Eff effs Source #

runChainSyncWithCfg :: PABServerConfig -> IO ChainSyncHandle Source #

This does not seem to support resuming so it means that the slot tick will be behind everything else. This is due to having 2 connections to the node one for chainSyncblock transfer and one for chainSynccurrentSlot information. TODO: Think about merging the two functionalities, or keep them in sync.