Copyright | Alexander Krupenkin 2018 Roy Blankman 2018 |
---|---|
License | BSD3 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | unportable |
Safe Haskell | None |
Language | Haskell2010 |
Transaction managing utils.
Documentation
:: ByteArray ba | |
=> Call | Transaction call |
-> Integer | Chain ID |
-> Maybe (Integer, Integer, Word8) | Should contain signature when transaction signed |
-> ba | RLP encoded transaction |
Ethereum transaction packer.
Two way RLP encoding of Ethereum transaction: for unsigned and signed. Packing scheme described in https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md