transfer
fun transfer(destinationAddress: String, assetId: StellarAssetId, amount: String): TransactionBuilder
Content copied to clipboard
Creates transaction transferring asset, using Stellar's payment operation (https://developers.stellar.org/docs/fundamentals-and-concepts/list-of-operations#payment) to move asset between accounts.
Return
formed transfer transaction
Parameters
destination Address
Stellar address of account receiving a transfer
asset Id
: Target asset id
amount
amount of asset to transfer