eth_sendUserOperation
Last updated
Last updated
Please refer to 1Balance & Relay to create a sponsorApiKey
.
The maxFeePerGas
and paymasterAndData
fields must be zero to avoid on-chain EntryPoint
fee payments. This decreases overhead and leads to gas savings.
Sends a UserOperation
to the specified network.
/bundlers/{chainId}/rpc
Target network chain identifier.
1Balance API key which covers transaction costs.
Number of times to retry failing transactions.
UserOperation
objectEntryPoint
address the request should be sent through. This MUST be one of the entry points returned by the eth_supportedEntryPoints
rpc call.