addAssetSupport

fun addAssetSupport(asset: IssuedAssetId, trustLimit: String = Long.MAX_VALUE.toBigDecimal().movePointLeft(DECIMAL_POINT_PRECISION).toPlainString()): T

Add an asset (trustline) to the account.

Return

transaction

Parameters

asset

Target asset

trustLimit

optional The limit of the trustline. Default value is maximum supported.

Throws