hedera_transfer_token
Create an unsigned transaction to transfer a specified amount of a fungible token from one account to another.
Instructions
Build (unsigned) a fungible token transfer between two accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in base units | |
| tokenId | Yes | ||
| toAccountId | Yes | ||
| fromAccountId | No | Sender (defaults to payer) | |
| payerAccountId | No |