Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data Signedness Source #
Instances
Show Signedness Source # | |
Defined in EVM.Format showsPrec :: Int -> Signedness -> ShowS # show :: Signedness -> String # showList :: [Signedness] -> ShowS # |
showWordExact :: Word -> Text Source #
showAbiValue :: (?context :: DappContext) => AbiValue -> Text Source #
showAbiValues :: (?context :: DappContext) => Vector AbiValue -> Text Source #
textAbiValues :: (?context :: DappContext) => Vector AbiValue -> [Text] Source #
textValues :: (?context :: DappContext) => [AbiType] -> Buffer -> [Text] Source #
parenthesise :: [Text] -> Text Source #
showValues :: (?context :: DappContext) => [AbiType] -> Buffer -> Text Source #
showError :: (?context :: DappContext) => ByteString -> Text Source #
isPrintable :: ByteString -> Bool Source #
formatBytes :: ByteString -> Text Source #
formatSBytes :: Buffer -> Text Source #
formatBString :: ByteString -> Text Source #
formatSString :: Buffer -> Text Source #
formatBinary :: ByteString -> Text Source #
formatSBinary :: Buffer -> Text Source #
maybeAbiName :: SolcContract -> Word -> Maybe Text Source #
contractNamePart :: Text -> Text Source #
contractPathPart :: Text -> Text Source #
prettyvmresult :: (?context :: DappContext) => VMResult -> String Source #
currentSolc :: DappInfo -> VM -> Maybe SolcContract Source #
showLeafInfo :: DappInfo -> BranchInfo -> [String] Source #
showBranchInfoWithAbi :: DappInfo -> BranchInfo -> [String] Source #