hevm-0.46.0: Ethereum virtual machine evaluator
Safe HaskellNone
LanguageHaskell2010

EVM.Format

Documentation

data Signedness Source #

Constructors

Signed 
Unsigned 

Instances

Instances details
Show Signedness Source # 
Instance details

Defined in EVM.Format

showAbiValue :: (?context :: DappContext) => AbiValue -> Text Source #

textValues :: (?context :: DappContext) => [AbiType] -> Buffer -> [Text] Source #

showValues :: (?context :: DappContext) => [AbiType] -> Buffer -> Text Source #

showValue :: (?context :: DappContext) => AbiType -> Buffer -> Text Source #

showCall :: (?context :: DappContext) => [AbiType] -> Buffer -> Text Source #

showError :: (?context :: DappContext) => ByteString -> Text Source #

data TreeLine Source #

Constructors

TreeLine 

Fields

showTreeIndentSymbol Source #

Arguments

:: Bool

isLastChild

-> Bool

isTreeHead

-> String 

renderTree :: (a -> [String]) -> (a -> [String]) -> Tree a -> Tree [String] Source #