Simulate
transaction feature similar to invokeContract
for all types of transactions
#215
Labels
[Type] Task
An additional feature or improvement.
Task description
It would be good to have a
simulate
transaction/feature in the webSDK, so a front-end can first call to simulate a specific transaction to see if it would revert (e.g. because insufficient funds in the wallet or because of a contract revert) and only if the simulation was successful, allow the user the execution of the real transaction on the front end. It would be similar to theinvokeContract
call (which can simulateTransaction.Update
transactions). This request is to expand thesimulation
to any type of transaction e.g.deploy/initilize
transactions as well.Add label for component and priority.
The text was updated successfully, but these errors were encountered: