bcc-node-1.99.0
Safe HaskellNone
LanguageHaskell2010

Bcc.Tracing.Render

Synopsis

Documentation

renderBlockOrEBB ∷ BlockOrEBB → Text Source #

renderChunkNo ∷ ChunkNo → Text Source #

renderHeaderHash ∷ ConvertRawHash blk ⇒ proxy blk → HeaderHash blk → Text Source #

Hex encode and render a HeaderHash as text.

renderHeaderHashForVerbosity ∷ ConvertRawHash blk ⇒ proxy blk → TracingVerbosity → HeaderHash blk → Text Source #

renderChainHash ∷ (HeaderHash blk → Text) → ChainHash blk → Text Source #

renderTipBlockNo ∷ Tip blk → Text Source #

renderTipHash ∷ StandardHash blk ⇒ Tip blk → Text Source #

renderPoint ∷ ConvertRawHash blk ⇒ Point blk → Text Source #

renderPointAsPhrase ∷ ∀ 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.

renderPointForVerbosity ∷ ∀ blk. ConvertRawHash blk ⇒ TracingVerbosity → Point blk → Text Source #

renderRealPoint ∷ ∀ blk. ConvertRawHash blk ⇒ RealPoint blk → Text Source #

renderRealPointAsPhrase ∷ ∀ blk. ConvertRawHash blk ⇒ RealPoint blk → Text Source #

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

renderTip ∷ ConvertRawHash blk ⇒ Tip blk → Text Source #

renderTipForVerbosity ∷ ConvertRawHash blk ⇒ TracingVerbosity → Tip blk → Text Source #

renderTxIdConvertTxId blk ⇒ TxId (GenTx blk) → Text Source #

renderTxIdForVerbosityConvertTxId blk ⇒ TracingVerbosity → TxId (GenTx blk) → Text Source #

renderWithOrigin ∷ (a → Text) → WithOrigin a → Text Source #