Smart-account: transfer token
fuse_smart_transfer_tokenSubmits an ERC-4337 UserOperation transferring a token (native FUSE or ERC-20) from the configured smart wallet. Gasless when FUSE_USE_PAYMASTER=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address. | |
| unit | No | ||
| amount | Yes | Amount to transfer. Default unit is the token's display unit; pass `unit: "base"` for raw base units. | |
| tokenAddress | Yes | Token contract address. Use the native-token sentinel `0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee` for FUSE. |