Structs§
- The response of a transaction.
- The status of a transaction.
- Typed
ScCall Deprecated SCCallStep
with explicit return type. ScDeployStep
with explicit return type.- Currently not used.
Enums§
Constants§
Traits§
- Into
Blockchain Call Deprecated Converts aContractCall
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. - Typed
ScCall Executor Deprecated Helps with syntax. Allows theTypedScCall
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 Aliases§
- Alias for a list of item checks that can be ignored altogether. Valid values (with different behaviors):
"*"
,["*"]
,["1", "*"]
,["*", "*", "*"]