Skip to content

sendAssetTransfer

sendAssetTransfer(params): void

Parameters

params

params.assetAmount: uint64

The amount of the asset being transferred

params.assetCloseTo?: Address

The address to close the asset to

params.assetReceiver: Address

The receiver of the asset

params.assetSender?: Address

The clawback target

params.fee?: uint64

The fee paid for this transaction

params.note?: string

The note field for this transaction

params.rekeyTo?: Address

If set, changes the authAddr of sender to the given address

params.sender?: Address

The sender of this transaction. This is the account that pays the fee (if non-zero)

params.xferAsset: AssetID

The asset being transfed

Returns

void

Source

types/global.d.ts:943