Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
parseBCSuite :: ByteString -> Either String (Map String Case) Source #
Given a valid tx loaded into the vm state, subtract gas payment from the origin, increment the nonce and pay receiving address
setupTx :: Addr -> Addr -> Word -> Word -> Map Addr Contract -> Map Addr Contract Source #
Increments origin nonce and pays gas deposit