cardano-api-1.22.1
Safe HaskellNone
LanguageHaskell2010

Cardano.Api.Protocol

Synopsis

The enumeration of supported protocols

data Protocol Source #

Instances

Instances details
Eq Protocol Source # 
Instance details

Defined in Cardano.Api.Protocol

Show Protocol Source # 
Instance details

Defined in Cardano.Api.Protocol

Node client support

Support for the context needed to run a client of a node that is using a protocol.

withlocalNodeConnectInfo :: Protocol -> NetworkId -> FilePath -> (forall mode block. RunNode block => LocalNodeConnectInfo mode block -> a) -> a Source #