Interface ApplicableActionsAPIExperimental

Hierarchy

  • ApplicableActionsAPI

Properties

computeEnvironment: ((contract) => Promise<Environment>)

Type declaration

    • (contract): Promise<Environment>
    • Computes the environment for a contract. The environment is computed using the runtime tip as a lower bound and the next timeout as an upper bound.

      Parameters

      Returns Promise<Environment>

Methods