Module model

Source

Structs§

Account
AddressKey
AddressValue
BigUintValue
BlockInfo
BytesKey
BytesValue
CheckAccount
CheckAccounts
CheckEsdtData
CheckEsdtInstance
CheckEsdtMapContents
CheckLog
CheckLogList
CheckStateStep
CheckStorageDetails
DumpStateStep
EsdtInstance
EsdtObject
ExternalStepsStep
Log
NewAddress
ScCallStep
ScDeployStep
ScQueryStep
Scenario
SetStateStep
TransferStep
TxCall
TxDeploy
TxESDT
TxExpect
TxQuery
TxResponse
The response of a transaction.
TxResponseStatus
The status of a transaction.
TxTransfer
TxValidatorReward
TypedResponse
TypedScCallDeprecated
SCCallStep with explicit return type.
TypedScDeploy
ScDeployStep with explicit return type.
TypedScQuery
U64Key
Currently not used.
U64Value
ValidatorRewardStep

Enums§

CheckEsdt
CheckEsdtInstances
CheckEsdtMap
CheckLogs
CheckStorage
CheckValue
Esdt
Step

Constants§

DEFAULT_GAS_EXPR

Traits§

Checkable
IntoBlockchainCallDeprecated
Converts a ContractCall or ContractDeploy into a scenario object that additonally contains gas costs and transaction-related data.
IntoVMQuery
Converts a ContractCall into a scenario object that encodes a SC query.
TypedScCallExecutorDeprecated
Helps with syntax. Allows the TypedScCall to call the execute operation directly.
TypedScDeployExecutor
Helps with syntax. Allows the TypedScDeploy to call the execute operation directly.
TypedScQueryExecutor
Helps with syntax. Allows the TypedScQuery to call the execute operation directly.

Functions§

convert_call_args

Type Aliases§

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