Safe Haskell | None |
---|---|
Language | Haskell98 |
Ethereum.Analyzer.Disasm
Documentation
class HasEvmBytecode a where Source #
Minimal complete definition
Methods
evmBytecodeOf :: a -> EvmBytecode Source #
Instances
disasm :: HasEvmBytecode a => a -> [(Word256, Operation)] Source #