java-bigchaindb-driver
java-bigchaindb-driver copied to clipboard
Transaction staging
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