cardano-cli
Safe HaskellNone
LanguageHaskell2010

Cardano.CLI.Type.Output

Description

Types that are used when writing to standard output or to files. These types (and their encodings) are typically consumed by users of cardano-cli.

Documentation

data QueryKesPeriodInfoOutput Source #

Constructors

QueryKesPeriodInfoOutput 

Fields

renderScriptCostsWithScriptHashesMap Source #

Arguments

:: Prices 
-> Map ScriptWitnessIndex ScriptHash

Initial mapping of script witness index to script hash. We need this in order to know which script corresponds to the calculated execution units.

-> Map ScriptWitnessIndex (Either ScriptExecutionError ([Text], ExecutionUnits))

Post execution cost calculation mapping of script witness index to execution units.

-> Either PlutusScriptCostError [ScriptCostOutput]