algokit_utils.models.state
algokit_utils.models.state
Section titled “algokit_utils.models.state”Attributes
Section titled “Attributes”TealTemplateParams | |
|---|---|
BoxIdentifier | |
BoxReference |
Classes
Section titled “Classes”BoxName | The name of the box |
|---|---|
BoxValue | The value of the box |
DataTypeFlag | Enum where members are also (and must be) ints |
Module Contents
Section titled “Module Contents”class BoxName
Section titled “class BoxName”The name of the box
name : str
Section titled “name : str”The name of the box as a string. If the name can’t be decoded from UTF-8, the string representation of the bytes is returned instead.
name_raw : bytes
Section titled “name_raw : bytes”The name of the box as raw bytes
name_base64 : str
Section titled “name_base64 : str”The name of the box as a base64 encoded string
class BoxValue
Section titled “class BoxValue”The value of the box
The name of the box
value : bytes
Section titled “value : bytes”The value of the box as raw bytes
class DataTypeFlag
Section titled “class DataTypeFlag”Bases: enum.IntEnum
Enum where members are also (and must be) ints