| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Bitcoin.Transaction
- decode :: ByteString -> Transaction
- encode :: Transaction -> ByteString
Documentation
decode :: ByteString -> Transaction Source
Decodes a hex representation of a transaction into a Transaction object.
encode :: Transaction -> ByteString Source
Encodes a Transaction object into a hex representation.