hevm-0.16: Ethereum virtual machine evaluator

Safe HaskellNone
LanguageHaskell2010

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.