Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 PlutusScriptCostError Source #
Instances
Show PlutusScriptCostError Source # | |
Defined in Cardano.CLI.Types.Output | |
Error PlutusScriptCostError Source # | |
Defined in Cardano.CLI.Types.Output prettyError :: PlutusScriptCostError -> Doc ann # |
data QueryDRepStateOutput Source #
QueryDRepStateOutput | |
|
Instances
ToJSON QueryDRepStateOutput Source # | |
Defined in Cardano.CLI.Types.Output toJSON :: QueryDRepStateOutput -> Value Source # toEncoding :: QueryDRepStateOutput -> Encoding Source # toJSONList :: [QueryDRepStateOutput] -> Value Source # toEncodingList :: [QueryDRepStateOutput] -> Encoding Source # omitField :: QueryDRepStateOutput -> Bool Source # |
data QueryKesPeriodInfoOutput Source #
QueryKesPeriodInfoOutput | |
|
Instances
data QueryTipLocalState mode Source #
data QueryTipLocalStateOutput Source #
Instances
data ScriptCostOutput Source #
Instances
ToJSON ScriptCostOutput Source # | |
Defined in Cardano.CLI.Types.Output toJSON :: ScriptCostOutput -> Value Source # toEncoding :: ScriptCostOutput -> Encoding Source # toJSONList :: [ScriptCostOutput] -> Value Source # toEncodingList :: [ScriptCostOutput] -> Encoding Source # omitField :: ScriptCostOutput -> Bool Source # |
createOpCertIntervalInfo :: CurrentKesPeriod -> OpCertStartingKesPeriod -> OpCertEndingKesPeriod -> Maybe SlotsTillKesKeyExpiry -> OpCertIntervalInformation Source #
:: UTxO era | |
-> Prices | |
-> [(ScriptWitnessIndex, AnyScriptWitness era)] | Initial mapping of script witness index to actual script. 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] |