This Interface provides capabilities for evaluating the applicable actions for a contract instance. An applicable action is an action that can be applied to a contract instance in a given environment.

Hierarchy

  • NewApplicableActionsAPI

Properties

Methods

Properties

actions: ApplicableAction[]

A list of all the applicable actions for the contract instance regarless of the role of the wallet

Returns

A list of applicable actions

myActions: ApplicableAction[]

A list of all the applicable actions for the contract instance that the wallet can perform

Returns

A list of applicable actions

Methods