UserOp

Execute UserOp

Execute a user operation.

Method Overview

MethodsDescription
async executeUserOpExecute UserOp

Execute UserOp

async executeUserOp(userOp) executes a user operation.

Parameters

ParameterTypeDescription
userOpUserOpThe user operation to execute

Response

Success Response

Field NameTypeDescription
resultPromise<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.

On this page