hevm-0.53.0: Symbolic EVM Evaluator
Safe HaskellSafe-Inferred
LanguageGHC2021

EVM.Precompiled

Synopsis

Documentation

execute Source #

Arguments

:: Int

The number of the precompiled contract

-> ByteString

The input buffer

-> Int

The desired output size

-> Maybe ByteString

Hopefully, the output buffer

Run a given precompiled contract using the C library.