Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
User Operation (ERC-4337)
Chain identifier needed for user operation hash calculation
Address of the entry point contract
The actual user operation data
Show child attributes
Was this page helpful?
{ "chainId": 123, "entryPoint": "<string>", "operation": { "authorization": { "address": "<string>", "chainId": 123, "nonce": 123, "r": "<string>", "s": "<string>", "v": "<string>", "yParity": 123 }, "callData": "<string>", "callGasLimit": "<string>", "factory": "<string>", "factoryData": "<string>", "maxFeePerGas": "<string>", "maxPriorityFeePerGas": "<string>", "nonce": "<string>", "paymaster": "<string>", "paymasterData": "<string>", "paymasterPostOpGasLimit": "<string>", "paymasterVerificationGasLimit": "<string>", "preVerificationGas": "<string>", "sender": "<string>", "signature": "<string>", "verificationGasLimit": "<string>" } }