stellar_tx_account_merge
Merge a Stellar account's balance into a destination account and remove the source account. Build or submit the transaction on testnet, mainnet, futurenet, or local.
Instructions
Merge account balance into another account and remove source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | Transaction fee in stroops | |
| network | Yes | Stellar network | |
| build_only | No | Only build transaction, do not submit | |
| source_account | Yes | Account to be merged and removed | |
| account_destination | Yes | Account that will receive the balance |