blockcypher / blockcypher-python

Python library for the BlockCypher web services
https://www.blockcypher.com/dev/bitcoin
Apache License 2.0
213 stars 122 forks source link

Easy op return #103

Closed quentinlesceller closed 3 years ago

quentinlesceller commented 3 years ago

Fixes #101. Allow op_return easily with

outputs = [{'value': 0,'script_type':'null-data','data_string':'hello world'}]

or

outputs = [{'value': 0,'script_type':'null-data','data_hex':'01'}]