Expand description

Exposing the scenario model. Might be moved in the future, but the export will hopefully remain the same.

Structs

Enums

Traits

  • Converts a ContractCall or ContractDeploy into a scenario object that additonally contains gas costs and transaction-related data.
  • Converts a ContractCall into a scenario object that encodes a SC query.
  • Allows caller to construct a scenario and do something with it on the fly.
  • Helps with syntax. Allows the TypedScCall to call the execute operation directly.
  • Helps with syntax. Allows the TypedScDeploy to call the execute operation directly.
  • Helps with syntax. Allows the TypedScQuery to call the execute operation directly.

Functions

Type Definitions

  • Alias for a list of item checks that can be ignored altogether. Valid values (with different behaviors): "*", ["*"], ["1", "*"], ["*", "*", "*"]