convex-node-client-0.2.0.0: Conveniences for cardano-node clients
Safe HaskellSafe-Inferred
LanguageHaskell2010

Convex.NodeClient.Types

Contents

Synopsis

Documentation

runNodeClient Source #

Arguments

FilePath

Path to the cardano-node config file (e.g. to cardano-node projectconfigurationcardano/mainnet-config.json)

FilePath

Path to local cardano-node socket. This is the path specified by the --socket-path command line option when running the node.

→ (LocalNodeConnectInfo CardanoModeEnvIO PipelinedLedgerStateClient)

Client

ExceptT InitialLedgerStateError IO ()

Final state

Sync points