tx-generator-2.11: A transaction workload generator for Cardano clusters
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.TxGenerator.Setup.NixService

Documentation

data NixServiceOptions Source #

Instances

Instances details
FromJSON NixServiceOptions Source # 
Instance details

Defined in Cardano.TxGenerator.Setup.NixService

Generic NixServiceOptions Source # 
Instance details

Defined in Cardano.TxGenerator.Setup.NixService

Associated Types

type Rep NixServiceOptions :: Type -> Type Source #

Show NixServiceOptions Source # 
Instance details

Defined in Cardano.TxGenerator.Setup.NixService

AdjustFilePaths NixServiceOptions Source # 
Instance details

Defined in Cardano.TxGenerator.Setup.NixService

Eq NixServiceOptions Source # 
Instance details

Defined in Cardano.TxGenerator.Setup.NixService

type Rep NixServiceOptions Source # 
Instance details

Defined in Cardano.TxGenerator.Setup.NixService

type Rep NixServiceOptions = D1 ('MetaData "NixServiceOptions" "Cardano.TxGenerator.Setup.NixService" "tx-generator-2.11-inplace" 'False) (C1 ('MetaCons "NixServiceOptions" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "_nix_debugMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "_nix_tx_count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NumberOfTxs)) :*: (S1 ('MetaSel ('Just "_nix_tps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TPSRate) :*: S1 ('MetaSel ('Just "_nix_inputs_per_tx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NumberOfInputsPerTx))) :*: ((S1 ('MetaSel ('Just "_nix_outputs_per_tx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NumberOfOutputsPerTx) :*: S1 ('MetaSel ('Just "_nix_tx_fee") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelace)) :*: (S1 ('MetaSel ('Just "_nix_min_utxo_value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelace) :*: S1 ('MetaSel ('Just "_nix_add_tx_size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxAdditionalSize)))) :*: (((S1 ('MetaSel ('Just "_nix_init_cooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "_nix_era") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AnyCardanoEra)) :*: (S1 ('MetaSel ('Just "_nix_plutus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe TxGenPlutusParams)) :*: S1 ('MetaSel ('Just "_nix_nodeConfigFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe FilePath)))) :*: ((S1 ('MetaSel ('Just "_nix_cardanoTracerSocket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe FilePath)) :*: S1 ('MetaSel ('Just "_nix_sigKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (SigningKeyFile 'In))) :*: (S1 ('MetaSel ('Just "_nix_localNodeSocketPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "_nix_targetNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (NonEmpty NodeIPv4Address)))))))

Orphan instances

FromJSON TxGenPlutusParams Source #

This deserialization is not a general one for that type, but custom-tailored to the service definition in: nixnixostx-generator-service.nix

Instance details