hedera_approve_hbar_allowance
Grant a spender permission to spend HBAR from an owner account by building an unsigned allowance transaction.
Instructions
Build (unsigned) an HBAR allowance granting a spender the right to spend from an owner account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amountHbar | Yes | Allowance amount in HBAR | |
| ownerAccountId | No | Owner (defaults to payer) | |
| payerAccountId | No | ||
| spenderAccountId | Yes | Spender granted the allowance |