Module multiversx_sc_scenario::scenario_model
source · Expand description
Exposing the scenario model. Might be moved in the future, but the export will hopefully remain the same.
Structs
SCCallStep
with explicit return type.SCCallStep
with explicit return type.- Currently not used.
Enums
Traits
- Converts a
ContractCall
orContractDeploy
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 theexecute
operation directly. - Helps with syntax. Allows the
TypedScDeploy
to call theexecute
operation directly. - Helps with syntax. Allows the
TypedScQuery
to call theexecute
operation directly.
Functions
Type Definitions
- Alias for a list of item checks that can be ignored altogether. Valid values (with different behaviors):
"*"
,["*"]
,["1", "*"]
,["*", "*", "*"]