convex-base-0.2.0.0: Base classes and types for working with cardano-api transactions
Safe HaskellSafe-Inferred
LanguageHaskell2010

Convex.NodeQueries

Description

Conveniences for working with a local cardano-node

Synopsis

Documentation

loadConnectInfo Source #

Arguments

∷ (MonadError InitialLedgerStateError m, MonadIO m) 
FilePath

Node config file (JSON)

FilePath

Node socket

→ m (LocalNodeConnectInfo CardanoMode, Env) 

Load the node config file and create LocalNodeConnectInfo and Env values that can be used to talk to the node.