hedera_transfer_hbar
Build an unsigned HBAR transfer transaction between Hedera accounts. Specify recipient, amount, and optional memo.
Instructions
Build (unsigned) an HBAR transfer from one account to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Transaction memo | |
| amountHbar | Yes | Amount in HBAR | |
| toAccountId | Yes | Recipient account id, e.g. 0.0.1234 | |
| fromAccountId | No | Sender (defaults to payer) | |
| payerAccountId | No |