AssetTransferParams
class algokit_utils.transactions.transaction_composer.AssetTransferParams
Section titled “class algokit_utils.transactions.transaction_composer.AssetTransferParams”Bases: _CommonTxnParams
Parameters for transferring an asset.
asset*id *: int_
Section titled “asset*id *: int_”The ID of the asset
amount : int
Section titled “amount : int”The amount of the asset to transfer (smallest divisible unit)
receiver : str
Section titled “receiver : str”The account to send the asset to
clawback*target *: str | None_ = None
Section titled “clawback*target *: str | None_ = None”The account to take the asset from, defaults to None
close*asset_to *: str | None_ = None
Section titled “close*asset_to *: str | None_ = None”The account to close the asset to, defaults to None