hedera_delete_account
Build an unsigned transaction to delete an account and transfer its remaining balance to a specified account.
Instructions
Build (unsigned) an account deletion, transferring the remaining balance to another account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | Account to delete | |
| payerAccountId | No | ||
| transferAccountId | Yes | Account that receives the remaining balance |