Tooling
ModuleKit
Reference
Testing
Utilities
Simulateuserop

⚠️ Deprecation Notice

ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev


title: "simulateUserOp"

Simulate a specific UserOperation without needing to simulate the UserOperations in the entire test suite.

Usage

instance.simulateUserOp(true);

Parameters

instance

The instance of the account used for testing.

value

  • Type: bool

Should be true to simulate the UserOperation.

Returns

None