Smart-account: transfer NFT
fuse_smart_transfer_nftSubmits an ERC-4337 UserOperation transferring an NFT (ERC-721 / ERC-1155) from the configured smart wallet to a recipient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address. | |
| tokenId | Yes | NFT token ID (decimal or 0x-prefixed hex string). | |
| nftContractAddress | Yes | ERC-721 / ERC-1155 contract address. |