stellar_submit_payment
Execute a Stellar payment, sending a specified asset and amount from one account to another, and retrieve the transaction hash.
Instructions
Submit a Stellar payment transaction and return the transaction hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Source account public key (G...) | |
| to | Yes | Destination account public key (G...) | |
| asset | Yes | Asset descriptor: native or credit with code+issuer. | |
| amount | Yes | Amount to send (up to 7 decimals). | |
| memo | No | Optional memo payload. |