hmm, I have a situation where I need to wrap egld before making a call. is there a way to make 2 transactions but the second one to wait for 1st to finish?
I think the best way to do it would be to make the transaction internally in your SC.
Let the user send egld, wrap it up yourself in sc then use that in your other processes
if your contract is in the same shard as the wrapper you can just send the 2 transactions and the wrapping transaction has a lower nonce :)
I think the best way to do it would be to make the transaction internally in your SC. Let the user send egld, wrap it up yourself in sc then use that in your other processes