Properties
| Property | Type | Description |
|---|---|---|
evmSmartAccount | EvmAddress | The EVM Smart Account to send USDC from. |
to | EvmAddress | The recipient address. |
amount | string | The amount of USDC to send in human-readable format (e.g., “1.50” for 1.5 USDC). |
network | SendEvmUsdcNetwork | The network to send USDC on. |
useCdpPaymaster? | boolean | Whether to use CDP Paymaster to sponsor gas fees. |
paymasterUrl? | string | Optional custom Paymaster URL to use for gas sponsorship. |