hydra-tui-0.16.0: TUI for managing a Hydra node
Safe HaskellSafe-Inferred
LanguageGHC2021

Hydra.TUI.Drawing.Utils

Documentation

drawHex :: SerialiseAsRawBytes a => a -> Widget n Source #

drawShow :: forall a n. Show a => a -> Widget n Source #

maybeWidget :: (a -> Widget n) -> Maybe a -> Widget n Source #