Properties
| Property | Type | Description |
|---|---|---|
address | EvmAddress | The 0x-prefixed address of the EVM EOA account to delegate. Must belong to the current user. |
network | EvmEip7702DelegationNetwork | The network to create the delegation on. |
enableSpendPermissions? | boolean | Whether to configure spend permissions for the upgraded, delegated account. When enabled, the account can grant permissions for third parties to spend on its behalf. Defaults to false. |
idempotencyKey? | string | Optional idempotency key for safe retries. |