Epoch Bundler
Epoch Bundler is Compliant with ERC-4337 Spec tests, but it also adds additional functionalities.
You can find all the default bundler RPC endpoints here.
Additional Endpoints in Epoch's Bundler Implementation
eth_sendUserOperation
This method works as it does in a normal bundler, but also accepts some additional parameters.
This includes advancedUserOperation
- This includes triggers and evaluation statement.
eth_getUserOperations
This RPC endpoint returns a list of transactions with bundler that are supposed to be executed in the future.
It simply takes user's smart contract wallet address as a parameter and returns a list of queued Userops.
Request
Response
eth_deleteUserOperation
This RPC endpoint will delete from the queue the userop with the same nonce as the one received in the body of this request.
Last updated