bitcoin-script-0.9.0: Compilation, manipulation and decompilation of Bitcoin scripts

Safe HaskellNone
LanguageHaskell2010

Bitcoin.Script

Synopsis

Documentation

decode :: ByteString -> Script Source

Decodes a hex representation of a script into a Script object.

encode :: Script -> ByteString Source

Encodes a Script object into a hex representation