Hydra.Cardano.Api.Pretty
Description
Pretty printing transactions and utxo's
renderTx :: Tx -> String Source #
Obtain a human-readable pretty text representation of a transaction.
renderTxs :: [Tx] -> String Source #
renderTxWithUTxO :: UTxO -> Tx -> String Source #
Like renderTx, but uses the given UTxO to resolve inputs.
renderTx