Skip to content

AssetInformation

class algokit_utils.assets.asset_manager.AssetInformation

Section titled “class algokit_utils.assets.asset_manager.AssetInformation”

Information about an Algorand Standard Asset (ASA).

The ID of the asset

The address of the account that created the asset

The total amount of the smallest divisible units that were created of the asset

The amount of decimal places the asset was created with

Whether the asset was frozen by default for all accounts, defaults to None

The address of the optional account that can manage the configuration of the asset and destroy it, defaults to None

The address of the optional account that holds the reserve (uncirculated supply) units of the asset, defaults to None

The address of the optional account that can be used to freeze or unfreeze holdings of this asset, defaults to None

The address of the optional account that can clawback holdings of this asset from any account, defaults to None

The optional name of the unit of this asset (e.g. ticker name), defaults to None

The optional name of the unit of this asset as bytes, defaults to None

The optional name of the asset, defaults to None

The optional name of the asset as bytes, defaults to None

The optional URL where more information about the asset can be retrieved, defaults to None

The optional URL where more information about the asset can be retrieved as bytes, defaults to None

The 32-byte hash of some metadata that is relevant to the asset and/or asset holders, defaults to None