deployAccount
Deploys an account directly instead of during the first UserOperation.
Usage
instance.deployAccount();
Parameters
instance
- Type:
AccountInstance
The instance of the account used for testing.
Returns
None
Deploys an account directly instead of during the first UserOperation.
instance.deployAccount();
AccountInstance
The instance of the account used for testing.
None