Send User Operations
Once your users have been authenticated, you can start sending user operations!
Single user operation
In the below example, we use LightAccount
as the underlying Smart Contract
type. You can also use MultiOwnerModularAccount
if you want to provide your
users with an ERC-6900 compliant modular account, or you can use
MultiOwnerLightAccount
if you want to support an account with multiple
owners.
Batch user operation
It’s also possible to send user operations in batch using the same approach!