Skip to content

Returns

class algokit_utils.applications.app_spec.arc56.Returns

Method return information.

type : str

The type of the return value

desc : str | None = None

The optional description

struct : str | None = None

The optional struct type name

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