bcnmy / docs

Biconomy official documentation
https://docs.biconomy.io/
MIT License
15 stars 28 forks source link

[Feedback] Add simulation type usage in sendTransaction method #212

Closed himanshugarg06 closed 6 months ago

himanshugarg06 commented 6 months ago

How could we improve the Biconomy documentation site?

The simulationType flag can be of 2 ways: "validation" which will only simulate the validation phase, checks if user op is valid but does not check if execution will succeed "validation_and_execution" checks if user op is valid and if user op execution will succeed By default this flag is set to "validation"