algopy_testing.models.asset
Module Contents
Section titled “Module Contents”Classes
Section titled “Classes”AssetFields | |
|---|---|
Asset | Represents a type that is a single uint64 value. |
T |
|---|
class AssetFields
Section titled “class AssetFields”Bases: TypedDict
total : algopy.UInt64
Section titled “total : algopy.UInt64”decimals : algopy.UInt64
Section titled “decimals : algopy.UInt64”default_frozen : bool
Section titled “default_frozen : bool”unit_name : algopy.Bytes
Section titled “unit_name : algopy.Bytes”name : algopy.Bytes
Section titled “name : algopy.Bytes”url : algopy.Bytes
Section titled “url : algopy.Bytes”metadata_hash : algopy.Bytes
Section titled “metadata_hash : algopy.Bytes”manager : algopy.Account
Section titled “manager : algopy.Account”reserve : algopy.Account
Section titled “reserve : algopy.Account”freeze : algopy.Account
Section titled “freeze : algopy.Account”clawback : algopy.Account
Section titled “clawback : algopy.Account”creator : algopy.Account
Section titled “creator : algopy.Account”class Asset
Section titled “class Asset”Bases: algopy_testing.protocols.UInt64Backed
Represents a type that is a single uint64 value.
property int_ : int
Section titled “property int_ : int”Get the underlying Bytes.
classmethod from_int(value: int) → Self
Section titled “classmethod from_int(value: int) → Self”Construct an instance from the underlying bytes (no validation)