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