simulateUserOp
Simulate a specific UserOperation without needing to simulate the UserOperations in the entire test suite.
Usage
instance.simulateUserOp(true);Parameters
instance
- Type: AccountInstance
The instance of the account used for testing.
value
- Type: bool
Should be true to simulate the UserOperation.
Returns
None