AssetInformation
class algokit_utils.assets.asset_manager.AssetInformation
Section titled “class algokit_utils.assets.asset_manager.AssetInformation”Information about an Algorand Standard Asset (ASA).
asset*id *: int_
Section titled “asset*id *: int_”The ID of the asset
creator : str
Section titled “creator : str”The address of the account that created the asset
total : int
Section titled “total : int”The total amount of the smallest divisible units that were created of the asset
decimals : int
Section titled “decimals : int”The amount of decimal places the asset was created with
default*frozen *: bool | None_ = None
Section titled “default*frozen *: bool | None_ = None”Whether the asset was frozen by default for all accounts, defaults to None
manager : str | None = None
Section titled “manager : str | None = None”The address of the optional account that can manage the configuration of the asset and destroy it, defaults to None
reserve : str | None = None
Section titled “reserve : str | None = None”The address of the optional account that holds the reserve (uncirculated supply) units of the asset, defaults to None
freeze : str | None = None
Section titled “freeze : str | None = None”The address of the optional account that can be used to freeze or unfreeze holdings of this asset, defaults to None
clawback : str | None = None
Section titled “clawback : str | None = None”The address of the optional account that can clawback holdings of this asset from any account, defaults to None
unit*name *: str | None_ = None
Section titled “unit*name *: str | None_ = None”The optional name of the unit of this asset (e.g. ticker name), defaults to None
unit*name_b64 *: bytes | None_ = None
Section titled “unit*name_b64 *: bytes | None_ = None”The optional name of the unit of this asset as bytes, defaults to None
asset*name *: str | None_ = None
Section titled “asset*name *: str | None_ = None”The optional name of the asset, defaults to None
asset*name_b64 *: bytes | None_ = None
Section titled “asset*name_b64 *: bytes | None_ = None”The optional name of the asset as bytes, defaults to None
url : str | None = None
Section titled “url : str | None = None”The optional URL where more information about the asset can be retrieved, defaults to None
url*b64 *: bytes | None_ = None
Section titled “url*b64 *: bytes | None_ = None”The optional URL where more information about the asset can be retrieved as bytes, defaults to None
metadata*hash *: bytes | None_ = None
Section titled “metadata*hash *: bytes | None_ = None”The 32-byte hash of some metadata that is relevant to the asset and/or asset holders, defaults to None