cardano-api-1.35.4
Safe Haskell None
Language Haskell2010

Cardano.Api.Protocol.Types

Synopsis

Documentation

class RunNode blk => ProtocolClient blk where Source #

Node client support for each consensus protocol.

This is like Protocol but for clients of the node, so with less onerous requirements than to run a node.

Associated Types

data ProtocolClientInfoArgs blk Source #