Skip to content

algokit_utils.models.application

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

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

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

The compiled teal code

The teal code

The compiled teal code

The compiled hash

The compiled base64 to bytes

The compiled teal code

The compiled approval program

The compiled clear state program

The source maps for the application

approval_source_map : ProgramSourceMap | None = None

Section titled “approval_source_map : ProgramSourceMap | None = None”

The source map for the approval program

clear_source_map : ProgramSourceMap | None = None

Section titled “clear_source_map : ProgramSourceMap | None = None”

The source map for the clear state program