Skip to content

MethodArg

class algokit_utils.applications.app_spec.arc56.MethodArg

Method argument information.

type : str

The type of the argument

default*value *: DefaultValue | None_ = None

The optional default value

desc : str | None = None

The optional description

name : str | None = None

The optional name

struct : str | None = None

The optional struct type name

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