hedera_create_schedule
Build an unsigned scheduled HBAR transfer that requires multiple signatures before execution, enabling multi-party approval.
Instructions
Build (unsigned) a scheduled HBAR transfer — wraps an inner transfer so multiple parties can sign before it executes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | ||
| adminKey | No | Admin public key (enables schedule deletion) | |
| amountHbar | Yes | Amount in HBAR | |
| toAccountId | Yes | Recipient of the scheduled transfer | |
| fromAccountId | No | Sender (defaults to payer) | |
| payerAccountId | No | ||
| schedulePayerAccountId | No | Account that pays when the schedule executes |