When using hyperledger caliper, I want to submit a transaction to write something in the world state and then read it later.
A basic solution is that I use two rounds, the first for writing and the second for reading.
However, I want to read it immediately after a successful write, which means I need to do the write and read operations sequentially in one round.
How can I achieve this?
When using hyperledger caliper, I want to submit a transaction to write something in the world state and then read it later.
A basic solution is that I use two rounds, the first for writing and the second for reading.
However, I want to read it immediately after a successful write, which means I need to do the write and read operations sequentially in one round.
How can I achieve this?