stellar_create_trustline
Create a trustline for a non-native Stellar asset by specifying account, asset code, and issuer, then receive the transaction hash.
Instructions
Create a trustline for a non-native Stellar asset and return transaction hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional trustline limit. Defaults to max representable amount. | |
| account | Yes | Account public key that will hold the trustline. | |
| asset_code | Yes | Credit asset code. | |
| asset_issuer | Yes | Issuer public key for the credit asset. |