Algorand Standard Assets
Algorand allows custom tokens and NFTs through Algorand Standard Assets (ASAs). ASAs can be managed through different Asset[...]Txn
transaction types. See the following table for the available transaction types and how they can be used to manage ASAs:
Transaction Method | Description |
---|---|
Transaction.AssetCreate |
Create a new ASA. |
Transaction.AssetConfigure |
Update an existing ASA. |
Transaction.AssetDelete |
Delete an existing ASA. |
Transaction.AssetTransfer |
Transfer an ASA from one account to another. |
Transaction.AssetAccept |
Opt in to an ASA. |
Transaction.AssetClawback |
Clawback an ASA. |
Transaction.AssetFreeze |
Freeze an ASA from being transferred from an account |