cardano-node-8.8.1: The cardano full node
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Node.Tracing.Render

Synopsis

Documentation

renderHeaderHash :: ConvertRawHash blk => proxy blk -> HeaderHash blk -> Text Source #

Hex encode and render a HeaderHash as text.

showT :: Show a => a -> Text Source #

Convenience function for a Show instance to be converted to text immediately

renderPointAsPhrase :: forall blk. ConvertRawHash blk => Point blk -> Text Source #

Render a short phrase describing a Point. e.g. "62292d753b2ee7e903095bc5f10b03cf4209f456ea08f55308e0aaab4350dda4 at slot 39920" or "genesis (origin)" in the case of a genesis point.

renderRealPoint :: forall blk. ConvertRawHash blk => RealPoint blk -> Text Source #

renderRealPointAsPhrase :: forall blk. ConvertRawHash blk => RealPoint blk -> Text Source #

Render a short phrase describing a RealPoint. e.g. "62292d753b2ee7e903095bc5f10b03cf4209f456ea08f55308e0aaab4350dda4 at slot 39920"

renderScriptPurpose :: ShelleyBasedEra era -> PlutusPurpose AsItem (ShelleyLedgerEra era) -> Value Source #

renderMissingRedeemers :: forall era. ShelleyBasedEra era -> [(PlutusPurpose AsItem (ShelleyLedgerEra era), ScriptHash StandardCrypto)] -> Value Source #