Source
class algokit_utils.applications.app_spec.arc56.Source
Section titled “class algokit_utils.applications.app_spec.arc56.Source”Source code for approval and clear programs.
approval : str
Section titled “approval : str”The base64 encoded approval program source
clear : str
Section titled “clear : str”The base64 encoded clear program source
static from_dict(data: dict[str, Any]) → Source
Section titled “static from_dict(data: dict[str, Any]) → Source”get_decoded_approval() → str
Section titled “get_decoded_approval() → str”Get decoded approval program source.
- Returns: Decoded approval program source code
get_decoded_clear() → str
Section titled “get_decoded_clear() → str”Get decoded clear program source.
- Returns: Decoded clear program source code