UserOp
Execute UserOp
Execute a user operation.
Method Overview
Methods | Description |
---|---|
async executeUserOp | Execute UserOp |
Execute UserOp
async executeUserOp(userOp)
executes a user operation.
Parameters
Parameter | Type | Description |
---|---|---|
userOp | UserOp | The user operation to execute |
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | Promise<string> | Returns the job ID of the executed user operation |
Note
In case of errors, debug the error using the error code and refer to the SDK errors and warnings documentation for more details.