add Asset Support
fun addAssetSupport(asset: IssuedAssetId, trustLimit: String = Long.MAX_VALUE.toBigDecimal().movePointLeft(DECIMAL_POINT_PRECISION).toPlainString()): T
Content copied to clipboard
Add an asset (trustline) to the account.
Return
transaction
Parameters
asset
Target asset
trust Limit
optional The limit of the trustline. Default value is maximum supported.
Throws
for Horizon exceptions