Structs§
- Account
- Address
Key - Address
Value - BigUint
Value - Block
Info - Bytes
Key - Bytes
Value - Check
Account - Check
Accounts - Check
Esdt Data - Check
Esdt Instance - Check
Esdt MapContents - Check
Log - Check
LogList - Check
State Step - Check
Storage Details - Dump
State Step - Esdt
Instance - Esdt
Object - External
Steps Step - Log
- NewAddress
- ScCall
Step - ScDeploy
Step - ScQuery
Step - Scenario
- SetState
Step - Transfer
Step - TxCall
- TxDeploy
- TxESDT
- TxExpect
- TxQuery
- TxResponse
- The response of a transaction.
- TxResponse
Status - The status of a transaction.
- TxTransfer
- TxValidator
Reward - Typed
Response - Typed
ScCall Deprecated SCCallStep
with explicit return type.- Typed
ScDeploy ScDeployStep
with explicit return type.- Typed
ScQuery - U64Key
- Currently not used.
- U64Value
- Validator
Reward Step
Enums§
Constants§
Traits§
- Checkable
- Into
Blockchain Call Deprecated - Converts a
ContractCall
orContractDeploy
into a scenario object that additonally contains gas costs and transaction-related data. - IntoVM
Query - Converts a
ContractCall
into a scenario object that encodes a SC query. - Typed
ScCall Executor Deprecated - Helps with syntax. Allows the
TypedScCall
to call theexecute
operation directly. - Typed
ScDeploy Executor - Helps with syntax. Allows the
TypedScDeploy
to call theexecute
operation directly. - Typed
ScQuery Executor - Helps with syntax. Allows the
TypedScQuery
to call theexecute
operation directly.
Functions§
Type Aliases§
- Check
Value List - Alias for a list of item checks that can be ignored altogether.
Valid values (with different behaviors):
"*"
,["*"]
,["1", "*"]
,["*", "*", "*"]