EVM.Exec
ethrunAddress :: Addr Source #
vmForEthrunCreation :: ByteString -> VM Source #
exec :: MonadState VM m => m VMResult Source #
run :: MonadState VM m => m VM Source #
execWhile :: MonadState VM m => (VM -> Bool) -> m Int Source #