algopy_testing.models.application
Module Contents
Section titled “Module Contents”Classes
Section titled “Classes”ApplicationFields | |
|---|---|
ApplicationContextData | |
Application | Represents a type that is a single uint64 value. |
AccountKey | |
|---|---|
Key | |
StateValueType |
class ApplicationFields
Section titled “class ApplicationFields”Bases: TypedDict
approval_program : algopy.Bytes
Section titled “approval_program : algopy.Bytes”clear_state_program : algopy.Bytes
Section titled “clear_state_program : algopy.Bytes”global_num_uint : algopy.UInt64
Section titled “global_num_uint : algopy.UInt64”global_num_bytes : algopy.UInt64
Section titled “global_num_bytes : algopy.UInt64”local_num_uint : algopy.UInt64
Section titled “local_num_uint : algopy.UInt64”local_num_bytes : algopy.UInt64
Section titled “local_num_bytes : algopy.UInt64”extra_program_pages : algopy.UInt64
Section titled “extra_program_pages : algopy.UInt64”creator : algopy.Account
Section titled “creator : algopy.Account”version : algopy.UInt64
Section titled “version : algopy.UInt64”AccountKey
Section titled “AccountKey”StateValueType
Section titled “StateValueType”class ApplicationContextData
Section titled “class ApplicationContextData”app_id
Section titled “app_id”fields
Section titled “fields”global_state
Section titled “global_state”local_state
Section titled “local_state”is_creating = False
Section titled “is_creating = False”contract : Contract | None = None
Section titled “contract : Contract | None = None”app_logs : Sequence[bytes]
Section titled “app_logs : Sequence[bytes]”class Application
Section titled “class Application”Bases: algopy_testing.protocols.UInt64Backed
Represents a type that is a single uint64 value.
property id : algopy.UInt64
Section titled “property id : algopy.UInt64”property address : algopy.Account
Section titled “property address : algopy.Account”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)