Module multiversx_sc_scenario::scenario::model
source · Structs§
- The response of a transaction.
- The status of a transaction.
- TypedScCallDeprecated
SCCallStep
with explicit return type. ScDeployStep
with explicit return type.- Currently not used.
Enums§
Constants§
Traits§
- IntoBlockchainCallDeprecatedConverts 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. - TypedScCallExecutorDeprecatedHelps 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§
- Decodes the data of a smart contract result.
- Checks if the given smart contract result is an out smart contract result.
- Checks for invalid topics.
Type Aliases§
- Alias for a list of item checks that can be ignored altogether. Valid values (with different behaviors):
"*"
,["*"]
,["1", "*"]
,["*", "*", "*"]