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