Skip to content

Recommendations

class algokit_utils.applications.app_spec.arc56.Recommendations

Method execution recommendations.

accounts : list[str] | None = None

The optional list of accounts

apps : list[int] | None = None

The optional list of applications

assets : list[int] | None = None

The optional list of assets

boxes : Boxes | None = None

The optional box storage requirements

inner*transaction_count *: int | None_ = None

The optional inner transaction count

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