| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.Ledger.Shelley.Rules.Reports
Description
Tools for reporting things in readable manner. Used in Rules to implement
STS renderAssertionViolation methods, and in Tests.
Synopsis
- showCred ∷ ∀ (x ∷ KeyRole). Credential x → String
- showIR ∷ InstantaneousRewards → String
- showKeyHash ∷ ∀ (x ∷ KeyRole). KeyHash x → String
- showListy ∷ Foldable t ⇒ (a → String) → t a → String
- showMap ∷ (t1 → [Char]) → (t2 → [Char]) → Map t1 t2 → String
- showWithdrawal ∷ Withdrawals → String
- showSafeHash ∷ SafeHash i → String
- synopsisCoinMap ∷ Maybe (Map k Coin) → String
- showTxCerts ∷ ∀ era (t ∷ TxLevel). EraTxBody era ⇒ TxBody t era → String
- produceEqualsConsumed ∷ (EraTxBody era, EraCertState era) ⇒ PParams era → CertState era → UTxO era → TxBody 'TopTx era → String
Documentation
showSafeHash ∷ SafeHash i → String Source #