destinationAsset

fun destinationAsset(assetType: String, assetCode: String? = null, assetIssuer: String? = null): StrictReceivePathsRequestBuilder

Sets the destination asset for the path search. This is the asset you want to receive.

Return

This request builder instance

Parameters

assetType

The asset type (native, credit_alphanum4, credit_alphanum12)

assetCode

The asset code (null for native)

assetIssuer

The asset issuer account ID (null for native)

See also