Skip to content

models.application

AppState
AppInformation
CompiledTealThe compiled teal code
AppCompilationResultThe compiled teal code
AppSourceMapsThe source maps for the application

class algokit_utils.models.application.AppState

Section titled “class algokit_utils.models.application.AppState”

The key of the state as raw bytes

The key of the state

The value of the state as raw bytes

The value of the state as base64 encoded string

The value of the state as a string or integer

class algokit_utils.models.application.AppInformation

Section titled “class algokit_utils.models.application.AppInformation”

The ID of the application

The address of the application

The approval program

The clear state program

The creator of the application

The global state of the application

The number of local ints

The number of local byte slices

The number of global ints

The number of global byte slices

The number of extra program pages

class algokit_utils.models.application.CompiledTeal

Section titled “class algokit_utils.models.application.CompiledTeal”

The compiled teal code

The teal code

The compiled teal code

The compiled hash

The compiled base64 to bytes

sourcemap : algosdk.sourcemap.SourceMap | None

Section titled “sourcemap : algosdk.sourcemap.SourceMap | None”

class algokit_utils.models.application.AppCompilationResult

Section titled “class algokit_utils.models.application.AppCompilationResult”

The compiled teal code

The compiled approval program

The compiled clear state program

class algokit_utils.models.application.AppSourceMaps

Section titled “class algokit_utils.models.application.AppSourceMaps”

The source maps for the application

approvalsource_map : algosdk.sourcemap.SourceMap | None = None

Section titled “approvalsource_map : algosdk.sourcemap.SourceMap | None = None”

The source map for the approval program

clearsource_map : algosdk.sourcemap.SourceMap | None = None

Section titled “clearsource_map : algosdk.sourcemap.SourceMap | None = None”

The source map for the clear state program