-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a transaction/fulfillment/condition validation utility #110
Comments
Here we go... Hand crafted Hash-Locked ... import hashlib from bigchaindb_driver import BigchainDB Create Transactionclass CreateTxnManager():
Transfer txnclass TranferTxManager():
|
Hi @arunkumarsekar! Sorry for not getting back to you earlier. Thanks for sharing your solution! We will look into how we can integrate it soon. |
What happened with this? The Docs lead here in a Todo box. Is the above solution functional at present? |
To support cases similar to:
see https://github.com/bigchaindb/bigchaindb/blob/master/docs/source/drivers-clients/python-server-api-examples.md#double-spends
The text was updated successfully, but these errors were encountered: