stellar_create_trustline
Create a trustline for a non-native Stellar credit asset to enable an account to hold and transact it, returning the transaction hash.
Instructions
Create a trustline for a non-native Stellar asset and return transaction hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| limit | No | Optional trustline limit. Defaults to max representable amount. |