Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class ConsoleWritable v where #
toConsoleText :: String -> v -> String #
toConsoleText prefix -> object -> Printable text
toConsoleTextNoPrefix :: v -> String #
Instances
ConsoleWritable TxIn # | |
Defined in Cardano.Kuber.Console.ConsoleWritable toConsoleText :: String -> TxIn -> String # toConsoleTextNoPrefix :: TxIn -> String # | |
ConsoleWritable Value # | |
Defined in Cardano.Kuber.Console.ConsoleWritable toConsoleText :: String -> Value -> String # toConsoleTextNoPrefix :: Value -> String # | |
IsCardanoEra era => ConsoleWritable (UTxO era) # | |
Defined in Cardano.Kuber.Console.ConsoleWritable toConsoleText :: String -> UTxO era -> String # toConsoleTextNoPrefix :: UTxO era -> String # | |
IsCardanoEra era => ConsoleWritable (TxOut ctx era) # | |
Defined in Cardano.Kuber.Console.ConsoleWritable toConsoleText :: String -> TxOut ctx era -> String # toConsoleTextNoPrefix :: TxOut ctx era -> String # |
showRefScript :: ReferenceScript era -> String #