cardano-ledger-byron-test
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Cardano.Chain.UTxO.Model

Synopsis

Documentation

elaborateAndUpdateUTxOEnv → (UTxO, Map TxId TxId) → TxEither UTxOValidationError (UTxO, Map TxId TxId) Source #

Elaborate a single transaction, apply it to the UTxO, and update the TxId map with the new concrete TxId

elaborateInitialUTxOUTxO → (UTxO, Map TxId TxId) Source #

Create the initial concrete UTxO by elaborating the outputs and updating the map from abstract TxIds to concrete TxIds