We currently return transaction data to the user in the form of an EOA. We also enable support for SmartAccounts via UserOps.
Requirements:
- Simple: Simply convert a tx -> userOp so a paymaster can pay on behalf of the user.
- Hard: For token transfers, batch approve + transfer functions into the transaction
Blockers:
There is no standard interface for building userOps and we need to monitor a few EIPs to do this correctly.
We currently return transaction data to the user in the form of an EOA. We also enable support for SmartAccounts via UserOps.
Requirements:
Blockers:
There is no
standardinterface for building userOps and we need to monitor a few EIPs to do this correctly.