AppState
class algokit_utils.models.application.AppState
key*raw *: bytes_
The key of the state as raw bytes
key*base64 *: str_
The key of the state
value*raw *: bytes | None_
The value of the state as raw bytes
value*base64 *: str | None_
The value of the state as base64 encoded string
value : str | int
The value of the state as a string or integer