Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- renderUTxO :: IsString str => UTxO -> str
- utxoFromTx :: Tx Era -> UTxO
- resolveInputsUTxO :: UTxO -> Tx Era -> UTxO
- toLedgerUTxO :: UTxO -> UTxO LedgerEra
- fromLedgerUTxO :: UTxO LedgerEra -> UTxO
Documentation
renderUTxO :: IsString str => UTxO -> str Source #
Get a human-readable pretty text representation of a UTxO.
utxoFromTx :: Tx Era -> UTxO Source #
Construct a UTxO from a transaction. This constructs artificial TxIn
(a.k.a output reference) from the transaction itself, zipping them to the
outputs they correspond to.
Type Conversions
toLedgerUTxO :: UTxO -> UTxO LedgerEra Source #
fromLedgerUTxO :: UTxO LedgerEra -> UTxO Source #