hydra-cardano-api-0.16.0: A Haskell API for Cardano, tailored to the Hydra project.
Safe HaskellSafe-Inferred
LanguageGHC2021

Hydra.Cardano.Api.Pretty

Description

Pretty printing transactions and utxo's

Synopsis

Documentation

renderTx :: Tx -> String Source #

Obtain a human-readable pretty text representation of a transaction.

renderTxWithUTxO :: UTxO -> Tx -> String Source #

Like renderTx, but uses the given UTxO to resolve inputs.