You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not been able to figure out how to create/sign a set of seaprate transactions and then send them at a later time.
The only way to send a transaction I found is via BigchainDbTransactionBuilder.init()
I also tried to firs build and sign a transaction via BigchainDbTransactionBuilder.init(), and then send it also using BigchainDbTransactionBuilder.init(). It didn't work (in retrospect, not surprising).
What am I missing?
Thanks,
Alex Donnini
The text was updated successfully, but these errors were encountered:
Hi,
I have not been able to figure out how to create/sign a set of seaprate transactions and then send them at a later time.
The only way to send a transaction I found is via BigchainDbTransactionBuilder.init()
I also tried to firs build and sign a transaction via BigchainDbTransactionBuilder.init(), and then send it also using BigchainDbTransactionBuilder.init(). It didn't work (in retrospect, not surprising).
What am I missing?
Thanks,
Alex Donnini
The text was updated successfully, but these errors were encountered: