stellar_submit_payment
Submit Stellar payment transactions to transfer assets between accounts, returning the transaction hash. Provide source, destination, asset, and amount to execute the transfer.
Instructions
Submit a Stellar payment transaction and return the transaction hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination account public key (G...) | |
| from | Yes | Source account public key (G...) | |
| memo | No | Optional memo payload. | |
| asset | Yes | Asset descriptor: native or credit with code+issuer. | |
| amount | Yes | Amount to send (up to 7 decimals). |