| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
EVM.Precompiled
Synopsis
- execute :: Int -> ByteString -> Int -> Maybe ByteString
Documentation
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.