hevm-0.50.5: Ethereum virtual machine 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.