cardano-testnet-8.8.0: The cardano full node
Safe HaskellSafe-Inferred
LanguageHaskell2010

Testnet.Start.Types

Synopsis

Documentation

data CardanoTestnetOptions Source #

Constructors

CardanoTestnetOptions 

Fields

data TestnetNodeOptions Source #

Specify a BFT node (Pre-Babbage era only) or an SPO (Shelley era onwards only)

Constructors

SpoTestnetNodeOptions (Maybe NodeConfigurationYaml) [String]

These arguments will be appended to the default set of CLI options when starting the node.

newtype Conf Source #

Constructors

Conf 

Instances

Instances details
Show Conf Source # 
Instance details

Defined in Testnet.Start.Types

Eq Conf Source # 
Instance details

Defined in Testnet.Start.Types

Methods

(==) :: Conf -> Conf -> Bool Source #

(/=) :: Conf -> Conf -> Bool Source #

mkConf :: (HasCallStack, MonadTest m) => FilePath -> m Conf Source #

Create a Conf from a temporary absolute path. Logs the argument in the test.