cooked-validators
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cooked.Pretty.MockChain

Description

This module implements PrettyCooked, PrettyCookedList and PrettyCookedMaybe instances for data types returned by a MockChain run.

Orphan instances

PrettyCooked MockChainError Source # 
Instance details

PrettyCooked MockChainLogEntry Source #

This prints a MockChainLogEntry. In the log, we know a transaction has been validated if the MCLogSubmittedTxSkel is followed by a MCLogNewTx.

Instance details

PrettyCooked UtxoState Source #

Pretty print a UtxoState. Print the known wallets first, then unknown pubkeys, then scripts.

Instance details

PrettyCookedList UtxoPayloadSet Source #

Pretty prints the state of an address, that is the list of UTxOs (including value and datum), grouped

Instance details

PrettyCooked [MockChainLogEntry] Source # 
Instance details

Show a => PrettyCooked (MockChainReturn a UtxoState) Source # 
Instance details

Show a => PrettyCooked (a, UtxoState) Source # 
Instance details