UserOp
Sign UserOp
Sign a user operation.
Method Overview
Methods | Description |
---|---|
async signUserOp | Sign UserOp |
Sign UserOp
async signUserOp(userOp)
signs a user operation.
Parameters
Parameter | Type | Description |
---|---|---|
userOp | UserOp | The user operation to sign |
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | Promise<UserOp> | Returns the signed 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.