plutus-pab-1.2.0.0
Safe Haskell None
Language Haskell2010

Cardano.Node.Client

Synopsis

Documentation

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 chainSync block transfer and one for chainSync currentSlot information. TODO: Think about merging the two functionalities, or keep them in sync.