getSlowTransferApprovalRequired
Determine if guardian approval is required for a token transfer by specifying user, recipient, token ID, and amount. Streamline Ethereum-based transaction validation.
Instructions
Check if a transfer needs guardian approval
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The amount to transfer | |
| id | Yes | The token ID | |
| to | Yes | The recipient address | |
| user | Yes | The user address |