Method
class algokit_utils.applications.app_spec.arc56.Method
Section titled “class algokit_utils.applications.app_spec.arc56.Method”Method information.
The allowed actions
args : list[MethodArg]
Section titled “args : list[MethodArg]”The method arguments
name : str
Section titled “name : str”The method name
The return information
desc : str | None = None
Section titled “desc : str | None = None”The optional description
events : list[Event] | None = None
Section titled “events : list[Event] | None = None”The optional list of events
readonly : bool | None = None
Section titled “readonly : bool | None = None”The optional readonly flag
recommendations : Recommendations | None = None
Section titled “recommendations : Recommendations | None = None”The optional execution recommendations
to_abi_method() → algosdk.abi.Method
Section titled “to_abi_method() → algosdk.abi.Method”Convert to ABI method.
- Raises: ValueError – If underlying ABI method is not initialized
- Returns: ABI method