Skip to content

DefaultValue

class algokit_utils.applications.app_spec.arc56.DefaultValue

Default value information for method arguments.

data : str

The default value data

source : Literal[‘box’, ‘global’, ‘local’, ‘literal’, ‘method’]

The source of the default value

type : str | None = None

The optional type of the default value

static from_dict(data: dict[str, Any]) → DefaultValue