Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

type RevokeSpendPermissionOptions = Omit<CoreRevokeSpendPermissionOptions, "evmSmartAccount"> & {
  evmSmartAccount?: EvmAddress;
};
Options for the useRevokeSpendPermission hook.

Type declaration

NameType
evmSmartAccount?EvmAddress

Param

The EVM Smart Account to revoke the spend permission for.

Param

The network to revoke the spend permission on.

Param

The hash of the spend permission to revoke.

Param

Whether to use the CDP Paymaster for the user operation.

Param

The paymaster URL for the spend permission.