Skip to content

Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types indexer.AssetTransferTransactionResult

@algorandfoundation/algokit-utils / types/indexer / AssetTransferTransactionResult

Interface: AssetTransferTransactionResult

types/indexer.AssetTransferTransactionResult

Fields for an asset transfer transaction. https://developer.algorand.org/docs/rest-apis/indexer/#transactionassettransfer

Table of contents

Properties

Properties

amount

amount: number

[aamt] Amount of asset to transfer. A zero amount transferred to self allocates that asset in the account's Assets map.

Defined in

src/types/indexer.ts:487


asset-id

asset-id: number

[xaid] ID of the asset being transferred.

Defined in

src/types/indexer.ts:489


close-amount

Optional close-amount: number

Number of assets transfered to the close-to account as part of the transaction.

Defined in

src/types/indexer.ts:491


close-to

Optional close-to: string

[aclose] Indicates that the asset should be removed from the account's Assets map, and specifies where the remaining asset holdings should be transferred. It's always valid to transfer remaining asset holdings to the creator account.

Defined in

src/types/indexer.ts:493


receiver

receiver: string

[arcv] Recipient address of the transfer.

Defined in

src/types/indexer.ts:495


sender

Optional sender: string

[asnd] The effective sender during a clawback transactions. If this is not a zero value, the real transaction sender must be the Clawback address from the AssetParams.

Defined in

src/types/indexer.ts:497