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.
function revokeSpendPermission(options: RevokeSpendPermissionOptions): Promise<RevokeSpendPermissionResult>;
options
RevokeSpendPermissionOptions
Promise
RevokeSpendPermissionResult
const result = await revokeSpendPermission({ evmSmartAccount: "0x1234...", network: "base-sepolia", permissionHash: "0x5678...", useCdpPaymaster: true }); console.log("User Operation Hash:", result.userOperationHash);
Was this page helpful?